ruby: update unicorn_const.rb
This commit is contained in:
parent
4903f05f9b
commit
3543452b06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue