From 3543452b06fc332e6d81365e374db41643faaefa Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 19 Nov 2016 16:48:30 +0800 Subject: [PATCH] ruby: update unicorn_const.rb --- bindings/ruby/unicorn_gem/lib/unicorn/unicorn_const.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bindings/ruby/unicorn_gem/lib/unicorn/unicorn_const.rb b/bindings/ruby/unicorn_gem/lib/unicorn/unicorn_const.rb index 1543010d..81068a6e 100644 --- a/bindings/ruby/unicorn_gem/lib/unicorn/unicorn_const.rb +++ b/bindings/ruby/unicorn_gem/lib/unicorn/unicorn_const.rb @@ -4,6 +4,11 @@ module Unicorn UC_API_MAJOR = 1 UC_API_MINOR = 0 + UC_VERSION_MAJOR = 1 + + UC_VERSION_MINOR = 0 + + UC_VERSION_EXTRA = 0 UC_SECOND_SCALE = 1000000 UC_MILISECOND_SCALE = 1000 UC_ARCH_ARM = 1