diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-12-15 19:26:45 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-12-15 19:26:45 +0100 |
| commit | e42001b2bc030f93bdba582bf12d6eac63fae345 (patch) | |
| tree | 2d62ffa24c54a7042cf9e6531e96ad622908b826 /src/box64version.h | |
| parent | 9818f5b6a31205a0d153b399c39758b232557aa6 (diff) | |
| download | box64-e42001b2bc030f93bdba582bf12d6eac63fae345.tar.gz box64-e42001b2bc030f93bdba582bf12d6eac63fae345.zip | |
Bumped version to v0.2.6
Diffstat (limited to 'src/box64version.h')
| -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 000a4ceb..e9cf508b 100644 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 2 -#define BOX64_REVISION 5 +#define BOX64_REVISION 6 #endif //__BOX64_VERSION_H_ |