From 9ffc594a3d15e942ed19f0203d8724b10dff14f9 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Fri, 10 Jul 2020 16:05:17 -0400 Subject: [PATCH] mint-arena: Change version to 1.0.3 --- Makefile | 2 +- code/game/bg_public.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9b13ac27..a09aa66c9 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ endif export CROSS_COMPILING ifndef VERSION -VERSION=1.0.2 +VERSION=1.0.3 endif ifndef VM_PREFIX diff --git a/code/game/bg_public.h b/code/game/bg_public.h index 4e769a286..9078ac48d 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.2" + #define PRODUCT_VERSION "1.0.3" #endif // because games can change separately from the main system protocol, we need a