From 1a06abaee807e30dd8510b004852bee9c5c52b1a Mon Sep 17 00:00:00 2001 From: Steven Janzou Date: Thu, 14 Nov 2024 03:34:10 -0700 Subject: [PATCH] 2024.11.14.ssc.295 IPH beta expires 1/31/2025 --- ssc/sscapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssc/sscapi.cpp b/ssc/sscapi.cpp index 41adeded5..12386e71d 100644 --- a/ssc/sscapi.cpp +++ b/ssc/sscapi.cpp @@ -51,7 +51,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SSCEXPORT int ssc_version() { - return 292; + return 295; } SSCEXPORT const char *ssc_build_info()