diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 14:11:17 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-03-13 14:11:17 +0100 |
| commit | 634f3c0f58c4dc998584c6e069298378781bf3cd (patch) | |
| tree | 85d423b248709e7961807a0ebbc4498e679bac55 /src | |
| parent | f3d3a8a8edc61fb2be201c05bfad727cb1888626 (diff) | |
| download | box64-634f3c0f58c4dc998584c6e069298378781bf3cd.tar.gz box64-634f3c0f58c4dc998584c6e069298378781bf3cd.zip | |
Bumped to v0.0.4
Diffstat (limited to 'src')
| -rwxr-xr-x | src/box64version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/box64version.h b/src/box64version.h index fc52c4be..eb815133 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 0 -#define BOX64_REVISION 3 +#define BOX64_REVISION 4 -#endif //__BOX64_VERSION_H_ \ No newline at end of file +#endif //__BOX64_VERSION_H_ |