aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-05-09 17:53:31 +0100
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-05-09 17:57:12 +0100
commita462d0fefd4776f64a4f509155314526ebe3bb55 (patch)
tree83a5d881a71976926575b293c52c75cde5f64ba1 /src/version.h
parent85ff698e4bfea4da42acfa66df2b30bb3be44a11 (diff)
downloadsst-a462d0fefd4776f64a4f509155314526ebe3bb55.tar.gz
sst-a462d0fefd4776f64a4f509155314526ebe3bb55.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.h4
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"