diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-08-19 17:22:35 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-08-19 17:22:35 +0200 |
| commit | 45c4117a40e564b84dc8659283b52d92defe86c0 (patch) | |
| tree | 35ae9eb474c235db44a22faa8effac34d6da2281 /src | |
| parent | 4bd00b0f91b92861e1cc4a0bc43714e8d5e08194 (diff) | |
| download | box64-45c4117a40e564b84dc8659283b52d92defe86c0.tar.gz box64-45c4117a40e564b84dc8659283b52d92defe86c0.zip | |
Bumped version to v0.2.4
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 5dab8286..ea108dec 100644 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 2 -#define BOX64_REVISION 3 +#define BOX64_REVISION 4 #endif //__BOX64_VERSION_H_ |