diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-27 12:28:12 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-27 12:28:12 +0200 |
| commit | 78b6113d8bcf609e4429f5ac6145b046bb059300 (patch) | |
| tree | 6823719edf823ade7ba450c648418d9612bbe107 /src | |
| parent | 59ab48b99ed835d174ddc1f36c8c4b9e87251721 (diff) | |
| download | box64-78b6113d8bcf609e4429f5ac6145b046bb059300.tar.gz box64-78b6113d8bcf609e4429f5ac6145b046bb059300.zip | |
Start of a new dev. cycle
Diffstat (limited to 'src')
| -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 946ade4c..b4393b72 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 1 -#define BOX64_REVISION 0 +#define BOX64_REVISION 1 #endif //__BOX64_VERSION_H_ |