all: add more tests
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ void show_usage(void) {
|
||||
**************************************************************************/
|
||||
|
||||
namespace {
|
||||
struct PackerNames {
|
||||
struct PackerNames final {
|
||||
PackerNames() noexcept = default;
|
||||
~PackerNames() noexcept = default;
|
||||
struct Entry {
|
||||
|
||||
+2
-2
@@ -2,6 +2,6 @@
|
||||
#define UPX_VERSION_HEX 0x040300 /* 04.03.00 */
|
||||
#define UPX_VERSION_STRING "4.3.0"
|
||||
#define UPX_VERSION_STRING4 "4.30"
|
||||
#define UPX_VERSION_DATE "Mar 28th 2024"
|
||||
#define UPX_VERSION_DATE_ISO "2024-03-28"
|
||||
#define UPX_VERSION_DATE "Apr 21st 2024"
|
||||
#define UPX_VERSION_DATE_ISO "2024-04-21"
|
||||
#define UPX_VERSION_YEAR "2024"
|
||||
|
||||
Reference in New Issue
Block a user