Version bump to 0.2.0 beta

This commit is contained in:
XOR 2023-09-22 00:11:32 +02:00
parent 89efb81f3e
commit 9926b9da54
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
#include "../header/common.h" #include "../header/common.h"
#define ARGUMENT_DOC "INPUT_FILE" #define ARGUMENT_DOC "INPUT_FILE"
#define LONG_DOC "Argp test" #define LONG_DOC "options:"
#define DEFAULT_OUT_FILE "a.eipaimg" #define DEFAULT_OUT_FILE "a.eipaimg"
#endif #endif

View file

@ -24,11 +24,11 @@ Here, common macros are specified
#define TARGET_CODE_GROW 30 #define TARGET_CODE_GROW 30
#define VER_MAJOR "0" #define VER_MAJOR "0"
#define VER_MINOR "1" #define VER_MINOR "2"
#define VER_PATCH "0" #define VER_PATCH "0"
// alpha, beta or stable // alpha, beta or stable
#define TAG "alpha" #define TAG "beta"
#define ASCII_TAB 9 #define ASCII_TAB 9
#define ASCII_SPACE 32 #define ASCII_SPACE 32