Skip to content

Commit fdce705

Browse files
Bump release date.
1 parent 81268e7 commit fdce705

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

NEWS

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

5-
Changes in 3.93 (XX XXX 2017):
5+
Changes in 3.93 (29 Jan 2017):
6+
* UPX has moved to GitHub - the new home page is https://upx.github.io
7+
* fixed some win32/pe and win64/pe regressions introduced in 3.92
68

79
Changes in 3.92 (11 Dec 2016):
810
* UPX has moved to GitHub - the new home page is https://upx.github.io

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#define UPX_VERSION_HEX 0x035d00 /* 03.93.00 */
22
#define UPX_VERSION_STRING "3.93"
33
#define UPX_VERSION_STRING4 "3.93"
4-
#define UPX_VERSION_DATE "Jan 15th 2017"
5-
#define UPX_VERSION_DATE_ISO "2017-01-15"
4+
#define UPX_VERSION_DATE "Jan 29th 2017"
5+
#define UPX_VERSION_DATE_ISO "2017-01-29"
66
#define UPX_VERSION_YEAR "2017"
77

88
/* vim:set ts=4 sw=4 et: */

0 commit comments

Comments
 (0)