Version bump to 0.2.0 beta
This commit is contained in:
parent
89efb81f3e
commit
9926b9da54
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "../header/common.h"
|
||||
|
||||
#define ARGUMENT_DOC "INPUT_FILE"
|
||||
#define LONG_DOC "Argp test"
|
||||
#define LONG_DOC "options:"
|
||||
#define DEFAULT_OUT_FILE "a.eipaimg"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -24,11 +24,11 @@ Here, common macros are specified
|
|||
#define TARGET_CODE_GROW 30
|
||||
|
||||
#define VER_MAJOR "0"
|
||||
#define VER_MINOR "1"
|
||||
#define VER_MINOR "2"
|
||||
#define VER_PATCH "0"
|
||||
|
||||
// alpha, beta or stable
|
||||
#define TAG "alpha"
|
||||
#define TAG "beta"
|
||||
|
||||
#define ASCII_TAB 9
|
||||
#define ASCII_SPACE 32
|
||||
|
|
Loading…
Reference in a new issue