diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-11 10:43:44 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-11 10:43:44 +0100 |
| commit | 760c313f65fc45b8bbc19c665355deaf85c23047 (patch) | |
| tree | 03c38a29143f0ddb52b741a0732b67a6f0a9efb4 | |
| parent | 706ebc39eb9da543363048c051b3c687ad65d2a1 (diff) | |
| download | box64-760c313f65fc45b8bbc19c665355deaf85c23047.tar.gz box64-760c313f65fc45b8bbc19c665355deaf85c23047.zip | |
Start of new dev. cycle
| -rwxr-xr-x | src/box64version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h index c6defd15..5dab8286 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 2 -#define BOX64_REVISION 2 +#define BOX64_REVISION 3 #endif //__BOX64_VERSION_H_ |