File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
dotnet/UnicornManaged/Const
ruby/unicorn_gem/lib/unicorn_engine Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ module Common =
1111 let UC_API_MINOR = 0
1212
1313 let UC_API_PATCH = 0
14- let UC_API_EXTRA = 6
14+ let UC_API_EXTRA = 7
1515 let UC_VERSION_MAJOR = 2
1616
1717 let UC_VERSION_MINOR = 0
1818
1919 let UC_VERSION_PATCH = 0
20- let UC_VERSION_EXTRA = 6
20+ let UC_VERSION_EXTRA = 7
2121 let UC_SECOND_SCALE = 1000000
2222 let UC_MILISECOND_SCALE = 1000
2323 let UC_ARCH_ARM = 1
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ const (
66 API_MINOR = 0
77
88 API_PATCH = 0
9- API_EXTRA = 6
9+ API_EXTRA = 7
1010 VERSION_MAJOR = 2
1111
1212 VERSION_MINOR = 0
1313
1414 VERSION_PATCH = 0
15- VERSION_EXTRA = 6
15+ VERSION_EXTRA = 7
1616 SECOND_SCALE = 1000000
1717 MILISECOND_SCALE = 1000
1818 ARCH_ARM = 1
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ public interface UnicornConst {
88 public static final int UC_API_MINOR = 0 ;
99
1010 public static final int UC_API_PATCH = 0 ;
11- public static final int UC_API_EXTRA = 6 ;
11+ public static final int UC_API_EXTRA = 7 ;
1212 public static final int UC_VERSION_MAJOR = 2 ;
1313
1414 public static final int UC_VERSION_MINOR = 0 ;
1515
1616 public static final int UC_VERSION_PATCH = 0 ;
17- public static final int UC_VERSION_EXTRA = 6 ;
17+ public static final int UC_VERSION_EXTRA = 7 ;
1818 public static final int UC_SECOND_SCALE = 1000000 ;
1919 public static final int UC_MILISECOND_SCALE = 1000 ;
2020 public static final int UC_ARCH_ARM = 1 ;
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ interface
99 UC_API_MINOR = 0 ;
1010
1111 UC_API_PATCH = 0 ;
12- UC_API_EXTRA = 6 ;
12+ UC_API_EXTRA = 7 ;
1313 UC_VERSION_MAJOR = 2 ;
1414
1515 UC_VERSION_MINOR = 0 ;
1616
1717 UC_VERSION_PATCH = 0 ;
18- UC_VERSION_EXTRA = 6 ;
18+ UC_VERSION_EXTRA = 7 ;
1919 UC_SECOND_SCALE = 1000000 ;
2020 UC_MILISECOND_SCALE = 1000 ;
2121 UC_ARCH_ARM = 1 ;
Original file line number Diff line number Diff line change 44UC_API_MINOR = 0
55
66UC_API_PATCH = 0
7- UC_API_EXTRA = 6
7+ UC_API_EXTRA = 7
88UC_VERSION_MAJOR = 2
99
1010UC_VERSION_MINOR = 0
1111
1212UC_VERSION_PATCH = 0
13- UC_VERSION_EXTRA = 6
13+ UC_VERSION_EXTRA = 7
1414UC_SECOND_SCALE = 1000000
1515UC_MILISECOND_SCALE = 1000
1616UC_ARCH_ARM = 1
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ module UnicornEngine
66 UC_API_MINOR = 0
77
88 UC_API_PATCH = 0
9- UC_API_EXTRA = 6
9+ UC_API_EXTRA = 7
1010 UC_VERSION_MAJOR = 2
1111
1212 UC_VERSION_MINOR = 0
1313
1414 UC_VERSION_PATCH = 0
15- UC_VERSION_EXTRA = 6
15+ UC_VERSION_EXTRA = 7
1616 UC_SECOND_SCALE = 1000000
1717 UC_MILISECOND_SCALE = 1000
1818 UC_ARCH_ARM = 1
You can’t perform that action at this time.
0 commit comments