diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-03-10 17:10:24 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-03-10 17:10:24 +0100 |
| commit | 60c6858916aa9e5332fad5cb52c448893e5bd2ef (patch) | |
| tree | e7312eca0e54b0079655232889a42f65ec08c852 /src | |
| parent | c5e085bc963dd45b11aead34668459bdceb49be5 (diff) | |
| download | box64-60c6858916aa9e5332fad5cb52c448893e5bd2ef.tar.gz box64-60c6858916aa9e5332fad5cb52c448893e5bd2ef.zip | |
Bumped to v0.2.2
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 cccc633a..c6defd15 100755 --- a/src/box64version.h +++ b/src/box64version.h @@ -3,6 +3,6 @@ #define BOX64_MAJOR 0 #define BOX64_MINOR 2 -#define BOX64_REVISION 1 +#define BOX64_REVISION 2 #endif //__BOX64_VERSION_H_ |