mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-24 02:13:27 +08:00
[DYNAREC] Forgot to increase the version number
This commit is contained in:
parent
1ce3731d7d
commit
e95988f402
@ -1975,6 +1975,6 @@ if __name__ == '__main__':
|
||||
for i, v in enumerate(sys.argv):
|
||||
if v == "--":
|
||||
limit.append(i)
|
||||
if main(sys.argv[1], "1.0.2.03") != 0:
|
||||
if main(sys.argv[1], "1.1.0.04") != 0:
|
||||
exit(2)
|
||||
exit(0)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*****************************************************************
|
||||
* File automatically generated by rebuild_printer.py (v1.0.2.03)
|
||||
* File automatically generated by rebuild_printer.py (v1.1.0.04)
|
||||
*****************************************************************/
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user