diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-07-09 11:02:43 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-07-09 11:02:43 +0200 |
| commit | 62695ceed4982c3fdf379b65cc4481c3656cd6ac (patch) | |
| tree | 054d7ccc503460f91ab25787d033648269884638 /src | |
| parent | 605d5a29c067fa4834340182ab96438673d09a12 (diff) | |
| download | box64-62695ceed4982c3fdf379b65cc4481c3656cd6ac.tar.gz box64-62695ceed4982c3fdf379b65cc4481c3656cd6ac.zip | |
Bumped version to v0.3.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/box64version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/box64version.h b/src/box64version.h index c9099666..35baf150 100644 --- a/src/box64version.h +++ b/src/box64version.h @@ -2,7 +2,7 @@ #define __BOX64_VERSION_H_ #define BOX64_MAJOR 0 -#define BOX64_MINOR 2 -#define BOX64_REVISION 9 +#define BOX64_MINOR 3 +#define BOX64_REVISION 0 #endif //__BOX64_VERSION_H_ |