From 4593422e3b9dc8c1451b2457d1296f9c8e4fc063 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 11 May 2025 14:54:43 +0100 Subject: Bump versions and dates yet again On the plus side, SST's release cadence has never been so lively! --- src/sst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sst.c') diff --git a/src/sst.c b/src/sst.c index 45c5f80..7628007 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 != 10 +#if VERSION_MAJOR != 0 || VERSION_MINOR != 11 #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_10_beta, "", 0, CON_HIDDEN | CON_DEMO) +DEF_CVAR(__sst_0_11_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) {} @@ -270,7 +270,7 @@ static bool already_loaded = false, skip_unload = false; // auto-update message. see below in do_featureinit() static const char *updatenotes = "\ -* Fixed crashing on L4D1\n\ +* Fixed buggy addon fix behaviour in some L4D2 versions\n\ "; enum { // used in generated code, must line up with featmsgs arrays below -- cgit v1.2.3-54-g00ecf