diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-06-02 16:03:34 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-06-02 16:03:34 +0100 |
commit | 37afe67488ed93dc5e39942271dd24481797fe77 (patch) | |
tree | 8f82aaa56232e14df95d4037265c344a761c4270 /src | |
parent | 3ebe43eb75806990a402aafd5858de615d5c1cca (diff) |
Bump version number right away (from now on!)
It'll be less confusing not to have development builds versioned the
same as existing releases. That's probably obvious, but I'm still new to
this releasing software business!
Diffstat (limited to 'src')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h index d21c1b7..fe2a790 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define NAME "SST" #define LONGNAME "Source Speedrun Tools Beta" #define VERSION_MAJOR 0 -#define VERSION_MINOR 4 -#define VERSION "0.4" +#define VERSION_MINOR 5 +#define VERSION "0.5" |