Added UPX_VERSION_STRING4, so that the size of the stubs is not affected

by versions like "x.yy.zz beta".

committer: mfx <mfx> 981702627 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-02-09 07:10:27 +00:00
parent 2e21de073d
commit 4d64bd7e66
4 changed files with 10 additions and 6 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
#define UPX_VERSION 0x011102 /* 01.11.02 */
#define UPX_VERSION_STRING "1.11.2"
#define UPX_VERSION 0x011103 /* 01.11.03 */
#define UPX_VERSION_STRING "1.11.3"
#define UPX_VERSION_STRING4 "1.11"
#define UPX_VERSION_DATE "Jan 4th 2001"