diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-10 09:42:00 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-10 09:42:00 +0200 |
| commit | bc482e29b07f2bc1bed01716564d6b198cc48575 (patch) | |
| tree | ff564e21011e608231ab2ac54903f997e5b9f910 /src | |
| parent | 62695ceed4982c3fdf379b65cc4481c3656cd6ac (diff) | |
| download | box64-bc482e29b07f2bc1bed01716564d6b198cc48575.tar.gz box64-bc482e29b07f2bc1bed01716564d6b198cc48575.zip | |
Started a new dev. cycle
Diffstat (limited to 'src')
| -rw-r--r-- | src/box64version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/box64version.h b/src/box64version.h index 35baf150..9d9675dc 100644 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 3 -#define BOX64_REVISION 0 +#define BOX64_REVISION 1 #endif //__BOX64_VERSION_H_ |