Bump version for next release.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-09-04 20:23:02 +02:00
parent 7e393d5f1e
commit acef68d67e
2 changed files with 7 additions and 5 deletions
+2
View File
@@ -2,6 +2,8 @@
User visible changes for UPX User visible changes for UPX
================================================================== ==================================================================
Changes in 3.07 (XX XXX XXX):
Changes in 3.06 (04 Sep 2010): Changes in 3.06 (04 Sep 2010):
* win32/pe: TLS callback support contributed by Stefan Widmann. Thanks! * win32/pe: TLS callback support contributed by Stefan Widmann. Thanks!
* bug fixes * bug fixes
+5 -5
View File
@@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030600 /* 03.06.00 */ #define UPX_VERSION_HEX 0x030700 /* 03.07.00 */
#define UPX_VERSION_STRING "3.06" #define UPX_VERSION_STRING "3.07"
#define UPX_VERSION_STRING4 "3.06" #define UPX_VERSION_STRING4 "3.07"
#define UPX_VERSION_DATE "Sep 04th 2010" #define UPX_VERSION_DATE "Sep 05th 2010"
#define UPX_VERSION_DATE_ISO "2010-09-04" #define UPX_VERSION_DATE_ISO "2010-09-05"
#define UPX_VERSION_YEAR "2010" #define UPX_VERSION_YEAR "2010"