Micro version bump

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2669 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-14 23:04:49 +00:00
parent d478a0b56d
commit a7e9b5094d
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
Changes towards version 0.7: Changes towards version 0.7:
0.6.2 (maintenance release):
- A bit more debug info for failed connects. - SvdB - A bit more debug info for failed connects. - SvdB
- Exit with failure if basic content cannot be found, ensuring proper - Exit with failure if basic content cannot be found, ensuring proper
error reporting under Windows - Michael error reporting under Windows - Michael
@@ -6,7 +8,7 @@ Changes towards version 0.7:
and crossfades (Bug #455) - Michael and crossfades (Bug #455) - Michael
- No longer depend on SDLK_LAST statically; key input should now be safe - No longer depend on SDLK_LAST statically; key input should now be safe
if compiled with a different version of SDL than the one running the if compiled with a different version of SDL than the one running the
program (Bug #936, possibly also #883) - Michael program (Bug #936, possibly also #834 and #883) - Michael
- Unix build scripts now work under LC_CTYPE=tr_TR - SvdB - Unix build scripts now work under LC_CTYPE=tr_TR - SvdB
- Flush write buffer when doing a uio_fclose() after doing only - Flush write buffer when doing a uio_fclose() after doing only
uio_fwrite() operations. - SvdB uio_fwrite() operations. - SvdB
+1
View File
@@ -31,3 +31,4 @@ Version 0.5.3: Revision 2436
Version 0.5.4: Revision 2463 Version 0.5.4: Revision 2463
Version 0.6.0: Revision 2627 Version 0.6.0: Revision 2627
Version 0.6.1: Revision 2652 Version 0.6.1: Revision 2652
Version 0.6.2: Revision 2669
+2 -2
View File
@@ -21,8 +21,8 @@
#define UQM_MAJOR_VERSION_S "0" #define UQM_MAJOR_VERSION_S "0"
#define UQM_MINOR_VERSION 6 #define UQM_MINOR_VERSION 6
#define UQM_MINOR_VERSION_S "6" #define UQM_MINOR_VERSION_S "6"
#define UQM_PATCH_VERSION 1 #define UQM_PATCH_VERSION 2
#define UQM_PATCH_VERSION_S "1" #define UQM_PATCH_VERSION_S "2"
#define UQM_EXTRA_VERSION "" #define UQM_EXTRA_VERSION ""
/* The final version is interpreted as: /* The final version is interpreted as:
* printf ("%d.%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION, * printf ("%d.%d.%d%s", UQM_MAJOR_VERSION, UQM_MINOR_VERSION,