From 34320156df2b6c34f36e55d3688ce409bb86d3da Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sun, 3 Nov 2019 15:25:03 -0600 Subject: [PATCH] mint-arena: Change version to 1.0.2 --- Makefile | 2 +- code/game/bg_public.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7112bb475..f981b8c65 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ endif export CROSS_COMPILING ifndef VERSION -VERSION=1.0.1 +VERSION=1.0.2 endif ifndef VM_PREFIX diff --git a/code/game/bg_public.h b/code/game/bg_public.h index eb065304b..4e769a286 100644 --- a/code/game/bg_public.h +++ b/code/game/bg_public.h @@ -44,7 +44,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 // because games can change separately from the main system protocol, we need a