Skip to content

Commit 955c31b

Browse files
Prepare release.
1 parent e307cd4 commit 955c31b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
User visible changes for UPX
33
==================================================================
44

5-
Changes in 3.06 (XX XXX XXXX):
5+
Changes in 3.06 (04 Sep 2010):
66
* win32/pe: TLS callback support contributed by Stefan Widmann. Thanks!
7+
* bug fixes
78

89
Changes in 3.05 (27 Apr 2010):
910
* i386-linux and amd64-linux support shared libraries (DT_INIT must

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define UPX_VERSION_HEX 0x030600 /* 03.06.00 */
22
#define UPX_VERSION_STRING "3.06"
33
#define UPX_VERSION_STRING4 "3.06"
4-
#define UPX_VERSION_DATE "Apr 28th 2010"
5-
#define UPX_VERSION_DATE_ISO "2010-04-28"
4+
#define UPX_VERSION_DATE "Sep 04th 2010"
5+
#define UPX_VERSION_DATE_ISO "2010-09-04"
66
#define UPX_VERSION_YEAR "2010"

0 commit comments

Comments
 (0)