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); */