diff options
author | 2025-05-09 17:53:31 +0100 | |
---|---|---|
committer | 2025-05-09 17:57:12 +0100 | |
commit | a462d0fefd4776f64a4f509155314526ebe3bb55 (patch) | |
tree | 83a5d881a71976926575b293c52c75cde5f64ba1 /src/version.h | |
parent | 85ff698e4bfea4da42acfa66df2b30bb3be44a11 (diff) | |
download | sst-0.10-BETA.tar.gz sst-0.10-BETA.zip |
Fix L4D1 crash for yet another immediate bugfix releasev0.10-BETA
Every. Single. Time. And having screwed up the zip dates was just a
bonus I suppose.
Diffstat (limited to 'src/version.h')
-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 fc82f66..9f7e769 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 9 -#define VERSION "0.9" +#define VERSION_MINOR 10 +#define VERSION "0.10" |