From a2c7f591e9d7b6e91056cabdba201271fb5bd550 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sun, 3 Nov 2019 15:25:20 -0600 Subject: [PATCH] spearmint: Change version to 1.0.2 --- Makefile | 2 +- code/qcommon/qcommon.h | 2 +- misc/nsis/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e5bff821d..c6dc8804b 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ endif export CROSS_COMPILING ifndef VERSION -VERSION=1.0.1 +VERSION=1.0.2 endif ifndef CLIENTBIN diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index a3713ee25..85c7616e6 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -39,7 +39,7 @@ Suite 120, Rockville, Maryland 20850 USA. // Keep this in-sync with VERSION in Makefile. #ifndef PRODUCT_VERSION - #define PRODUCT_VERSION "1.0.1" + #define PRODUCT_VERSION "1.0.2" #endif #define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION diff --git a/misc/nsis/Makefile b/misc/nsis/Makefile index 7714670e5..5555118d7 100644 --- a/misc/nsis/Makefile +++ b/misc/nsis/Makefile @@ -2,7 +2,7 @@ ifndef FSNAME FSNAME=spearmint endif ifndef VERSION -VERSION=1.0.1 +VERSION=1.0.2 endif ifndef RELEASE RELEASE=0