diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 16:10:44 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 16:10:44 +0100 |
| commit | 3bcb72a083a8a9d7c03dc5cd003af8ad90ab7d03 (patch) | |
| tree | 1f39e98f47561bddf61c80bbbb4685c47def599d /src/box64version.h | |
| parent | 634f3c0f58c4dc998584c6e069298378781bf3cd (diff) | |
| download | box64-3bcb72a083a8a9d7c03dc5cd003af8ad90ab7d03.tar.gz box64-3bcb72a083a8a9d7c03dc5cd003af8ad90ab7d03.zip | |
Start of a new dev. cycle
Diffstat (limited to 'src/box64version.h')
| -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 eb815133..9d7ba24c 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 0 -#define BOX64_REVISION 4 +#define BOX64_REVISION 5 #endif //__BOX64_VERSION_H_ |