From cf521fdfaf7a09d664f22888e320ae60e29198fb Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 8 Jul 2003 18:22:42 +0000 Subject: [PATCH] New packaging/io system. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1036 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + sc2/src/uqmversion.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 6a4ea2a7c..c6add13a9 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.3: +- New packaging/io system. - SvdB - Exit confirmation dialog is prettier and safer, from Paxtez - Exiting from the main menu with F10 now exits the game -Michael - Changed lander speed to 35 FPS, which matches reported 3DO speed diff --git a/sc2/src/uqmversion.h b/sc2/src/uqmversion.h index 077c475b5..643341afd 100644 --- a/sc2/src/uqmversion.h +++ b/sc2/src/uqmversion.h @@ -19,7 +19,7 @@ #define UQM_MAJOR_VERSION 0 #define UQM_MINOR_VERSION 2 -#define UQM_EXTRA_VERSION "3" +#define UQM_EXTRA_VERSION "4" /* The final version is interpreted as: printf ("%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION); */