all: change version back to 3.99; docs: warn about know regressions and

clarify GPLv2+ COPYING
This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-27 16:00:13 +02:00
parent 504224696c
commit e910a9dc3e
8 changed files with 69 additions and 40 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x040000 /* 04.00.00 */
#define UPX_VERSION_STRING "4.0.0"
#define UPX_VERSION_STRING4 "4.00"
#define UPX_VERSION_DATE "Oct 30th 2022"
#define UPX_VERSION_DATE_ISO "2022-10-30"
#define UPX_VERSION_HEX 0x036300 /* 03.00.00 */
#define UPX_VERSION_STRING "3.99"
#define UPX_VERSION_STRING4 "3.99"
#define UPX_VERSION_DATE "Oct 27th 2022"
#define UPX_VERSION_DATE_ISO "2022-10-27"
#define UPX_VERSION_YEAR "2022"
/* vim:set ts=4 sw=4 et: */