diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-04-16 17:16:49 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-04-16 17:16:49 +0200 |
| commit | 30302a049c69b926c646236ca97fc06994ca3e7e (patch) | |
| tree | 59b4e5a791313bf50c60df8a11451b6949088ccd /src | |
| parent | bd432a3a1502a6b1d26ea7ea1d19c9f38c795450 (diff) | |
| download | box64-30302a049c69b926c646236ca97fc06994ca3e7e.tar.gz box64-30302a049c69b926c646236ca97fc06994ca3e7e.zip | |
Bumped version to v0.1.8
Diffstat (limited to 'src')
| -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 3630d2bd..62315424 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 1 -#define BOX64_REVISION 7 +#define BOX64_REVISION 8 #endif //__BOX64_VERSION_H_ |