diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-08-20 13:23:57 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-08-20 13:23:57 +0200 |
| commit | 7d7ea4405c2ea917948fb3b108afcf42f8760079 (patch) | |
| tree | 37c8082217b2c54d88dd9daaf272f720a2d2833f /src | |
| parent | 45c4117a40e564b84dc8659283b52d92defe86c0 (diff) | |
| download | box64-7d7ea4405c2ea917948fb3b108afcf42f8760079.tar.gz box64-7d7ea4405c2ea917948fb3b108afcf42f8760079.zip | |
Start of 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 ea108dec..000a4ceb 100644 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 2 -#define BOX64_REVISION 4 +#define BOX64_REVISION 5 #endif //__BOX64_VERSION_H_ |