New packaging/io system.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1036 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-07-08 18:22:42 +00:00
parent f7c97f2ba7
commit cf521fdfaf
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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);
*/