aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-06-21 14:48:56 +0100
committerGravatar Michael Smith <mikesmiffy128@gmail.com> 2025-06-21 14:50:00 +0100
commit1f2d9ce197eafd16803de087cc5b6f8b8f4345a6 (patch)
treeabf4c3553f2e9b811bf7997d9f84b4438d87d1f4
parentd440b7a58cd3c435e712e94478d9a7c09bc1c3ba (diff)
downloadsst-1f2d9ce197eafd16803de087cc5b6f8b8f4345a6.tar.gz
sst-1f2d9ce197eafd16803de087cc5b6f8b8f4345a6.zip
Bump version to 0.14 for the next release cycle
-rw-r--r--src/sst.c4
-rw-r--r--src/version.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/sst.c b/src/sst.c
index 076e856..ef14aca 100644
--- a/src/sst.c
+++ b/src/sst.c
@@ -240,11 +240,11 @@ DEF_CCMD_HERE(sst_printversion, "Display plugin version information", 0) {
// interested parties identify the version of SST used by just writing a dummy
// cvar to the top of the demo. this will be removed later, once there's a less
// stupid way of achieving the same goal.
-#if VERSION_MAJOR != 0 || VERSION_MINOR != 13
+#if VERSION_MAJOR != 0 || VERSION_MINOR != 14
#error Need to change this manually, since gluegen requires it to be spelled \
out in DEF_CVAR - better yet, can we get rid of this yet?
#endif
-DEF_CVAR(__sst_0_13_beta, "", 0, CON_HIDDEN | CON_DEMO)
+DEF_CVAR(__sst_0_l4_beta, "", 0, CON_HIDDEN | CON_DEMO)
// most plugin callbacks are unused - define dummy functions for each signature
static void VCALLCONV nop_v_v(void *this) {}
diff --git a/src/version.h b/src/version.h
index 9e2ae71..6e60474 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 13
-#define VERSION "0.13"
+#define VERSION_MINOR 14
+#define VERSION "0.14"