diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-09-05 11:34:21 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-09-05 11:34:21 +0200 |
| commit | 716ac9e041dcc041b59512905645d78b8ea18f8c (patch) | |
| tree | b6c63943373e167a944e5efc64c565793acc117e /src | |
| parent | fb835fbe669b51b06e6d57e1f75fb05de728086b (diff) | |
| download | box64-716ac9e041dcc041b59512905645d78b8ea18f8c.tar.gz box64-716ac9e041dcc041b59512905645d78b8ea18f8c.zip | |
Bumped to v0.1.4
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 53d7c4bd..22c96937 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 1 -#define BOX64_REVISION 3 +#define BOX64_REVISION 4 #endif //__BOX64_VERSION_H_ |