From 20cabdbb558ed812a9e61a2911b42467967aab72 Mon Sep 17 00:00:00 2001 From: George Tokmaji Date: Sun, 24 Nov 2024 21:00:41 +0100 Subject: [PATCH] Bump version to 4.9.11.0 --- planet/Graphics.c4g/Version.txt | 2 +- planet/System.c4g/Version.txt | 2 +- src/C4Version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/planet/Graphics.c4g/Version.txt b/planet/Graphics.c4g/Version.txt index 304faa0cc..5c0b8f285 100644 --- a/planet/Graphics.c4g/Version.txt +++ b/planet/Graphics.c4g/Version.txt @@ -1 +1 @@ -4.9.10.15 +4.9.11.0 diff --git a/planet/System.c4g/Version.txt b/planet/System.c4g/Version.txt index 304faa0cc..5c0b8f285 100644 --- a/planet/System.c4g/Version.txt +++ b/planet/System.c4g/Version.txt @@ -1 +1 @@ -4.9.10.15 +4.9.11.0 diff --git a/src/C4Version.h b/src/C4Version.h index 454dc2951..040ce6f5e 100644 --- a/src/C4Version.h +++ b/src/C4Version.h @@ -27,8 +27,8 @@ /* These values are now controlled by the file source/version - DO NOT MODIFY DIRECTLY */ #define C4XVER1 4 #define C4XVER2 9 -#define C4XVER3 10 -#define C4XVER4 15 +#define C4XVER3 11 +#define C4XVER4 0 #define C4XVERBUILD 360 #define C4VERSIONEXTRA "" /* These values are now controlled by the file source/version - DO NOT MODIFY DIRECTLY */