File tree Expand file tree Collapse file tree 6 files changed +12
-24
lines changed
dotnet/UnicornManaged/Const
ruby/unicorn_gem/lib/unicorn_engine Expand file tree Collapse file tree 6 files changed +12
-24
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ module Common =
99 let UC_API_MAJOR = 2
1010
1111 let UC_API_MINOR = 0
12-
13- let UC_API_PATCH = 0
12+ let UC_API_PATCH = 1
1413 let UC_API_EXTRA = 255
1514 let UC_VERSION_MAJOR = 2
1615
1716 let UC_VERSION_MINOR = 0
18-
19- let UC_VERSION_PATCH = 0
17+ let UC_VERSION_PATCH = 1
2018 let UC_VERSION_EXTRA = 255
2119 let UC_SECOND_SCALE = 1000000
2220 let UC_MILISECOND_SCALE = 1000
Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ const (
44 API_MAJOR = 2
55
66 API_MINOR = 0
7-
8- API_PATCH = 0
7+ API_PATCH = 1
98 API_EXTRA = 255
109 VERSION_MAJOR = 2
1110
1211 VERSION_MINOR = 0
13-
14- VERSION_PATCH = 0
12+ VERSION_PATCH = 1
1513 VERSION_EXTRA = 255
1614 SECOND_SCALE = 1000000
1715 MILISECOND_SCALE = 1000
Original file line number Diff line number Diff line change @@ -6,14 +6,12 @@ public interface UnicornConst {
66 public static final int UC_API_MAJOR = 2 ;
77
88 public static final int UC_API_MINOR = 0 ;
9-
10- public static final int UC_API_PATCH = 0 ;
9+ public static final int UC_API_PATCH = 1 ;
1110 public static final int UC_API_EXTRA = 255 ;
1211 public static final int UC_VERSION_MAJOR = 2 ;
1312
1413 public static final int UC_VERSION_MINOR = 0 ;
15-
16- public static final int UC_VERSION_PATCH = 0 ;
14+ public static final int UC_VERSION_PATCH = 1 ;
1715 public static final int UC_VERSION_EXTRA = 255 ;
1816 public static final int UC_SECOND_SCALE = 1000000 ;
1917 public static final int UC_MILISECOND_SCALE = 1000 ;
Original file line number Diff line number Diff line change @@ -7,14 +7,12 @@ interface
77const UC_API_MAJOR = 2 ;
88
99 UC_API_MINOR = 0 ;
10-
11- UC_API_PATCH = 0 ;
10+ UC_API_PATCH = 1 ;
1211 UC_API_EXTRA = 255 ;
1312 UC_VERSION_MAJOR = 2 ;
1413
1514 UC_VERSION_MINOR = 0 ;
16-
17- UC_VERSION_PATCH = 0 ;
15+ UC_VERSION_PATCH = 1 ;
1816 UC_VERSION_EXTRA = 255 ;
1917 UC_SECOND_SCALE = 1000000 ;
2018 UC_MILISECOND_SCALE = 1000 ;
Original file line number Diff line number Diff line change 22UC_API_MAJOR = 2
33
44UC_API_MINOR = 0
5-
6- UC_API_PATCH = 0
5+ UC_API_PATCH = 1
76UC_API_EXTRA = 255
87UC_VERSION_MAJOR = 2
98
109UC_VERSION_MINOR = 0
11-
12- UC_VERSION_PATCH = 0
10+ UC_VERSION_PATCH = 1
1311UC_VERSION_EXTRA = 255
1412UC_SECOND_SCALE = 1000000
1513UC_MILISECOND_SCALE = 1000
Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ module UnicornEngine
44 UC_API_MAJOR = 2
55
66 UC_API_MINOR = 0
7-
8- UC_API_PATCH = 0
7+ UC_API_PATCH = 1
98 UC_API_EXTRA = 255
109 UC_VERSION_MAJOR = 2
1110
1211 UC_VERSION_MINOR = 0
13-
14- UC_VERSION_PATCH = 0
12+ UC_VERSION_PATCH = 1
1513 UC_VERSION_EXTRA = 255
1614 UC_SECOND_SCALE = 1000000
1715 UC_MILISECOND_SCALE = 1000
You can’t perform that action at this time.
0 commit comments