[DYNAREC] Forgot to increase the version number

This commit is contained in:
rajdakin 2020-05-05 19:31:30 +02:00
parent 1ce3731d7d
commit e95988f402
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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>