From 1cd4c35a79a1bc3b9c6e55ab84a669a2d63c3ef9 Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:54:57 +0100 Subject: [PATCH] Bumped version number --- code/qcommon/q_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/qcommon/q_version.h b/code/qcommon/q_version.h index e77fdd96..333a1d0a 100644 --- a/code/qcommon/q_version.h +++ b/code/qcommon/q_version.h @@ -31,8 +31,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // // These values are the only one that must be set for the version #define PRODUCT_VERSION_MAJOR 0 -#define PRODUCT_VERSION_MINOR 60 -#define PRODUCT_VERSION_PATCH 2 +#define PRODUCT_VERSION_MINOR 61 +#define PRODUCT_VERSION_PATCH 0 #define PRODUCT_VERSION_SUFFIX "alpha" //