all: set next version back to 4.0.0, bump tentative release date, update

docs
This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-27 17:36:02 +02:00
parent feef2e38cf
commit 295889023f
8 changed files with 183 additions and 194 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x036300 /* 03.99.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_HEX 0x040000 /* 04.00.00 */
#define UPX_VERSION_STRING "4.0.0"
#define UPX_VERSION_STRING4 "4.00"
#define UPX_VERSION_DATE "Nov 30th 2022"
#define UPX_VERSION_DATE_ISO "2022-11-30"
#define UPX_VERSION_YEAR "2022"
/* vim:set ts=4 sw=4 et: */