diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-12-06 15:59:59 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-12-06 15:59:59 +0100 |
| commit | 769c6c8f6139c20099f8569582c4f5854c6d13e6 (patch) | |
| tree | 0dc1253af2482bbe3c966e654d0dbb93fa9e7239 /src | |
| parent | b250056a61200c1e518ef46d245145d5b87c38ca (diff) | |
| download | box64-769c6c8f6139c20099f8569582c4f5854c6d13e6.tar.gz box64-769c6c8f6139c20099f8569582c4f5854c6d13e6.zip | |
Bumped version to v0.3.2
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 9d9675dc..2766c06d 100644 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 3 -#define BOX64_REVISION 1 +#define BOX64_REVISION 2 #endif //__BOX64_VERSION_H_ |