mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-08 16:04:05 +00:00
ruby: update unicorn_const.rb
This commit is contained in:
parent
4903f05f9b
commit
3543452b06
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue