diff --git a/header/argp_commons.h b/header/argp_commons.h index 9da53ee..6c740a9 100755 --- a/header/argp_commons.h +++ b/header/argp_commons.h @@ -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 diff --git a/header/common.h b/header/common.h index 2588a61..d1e641f 100755 --- a/header/common.h +++ b/header/common.h @@ -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