Re-add "beta" string to versions.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-10-11 13:06:17 +02:00
parent 47ac871a12
commit 892bb9bf30
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#define UPX_VERSION_HEX 0x029100 /* 02.91.00 */
#define UPX_VERSION_STRING "2.91"
#define UPX_VERSION_STRING "2.91 beta"
#define UPX_VERSION_STRING4 "2.91"
#define UPX_VERSION_DATE "Oct 9th 2006"
#define UPX_VERSION_DATE_ISO "2006-10-09"