From 9926b9da545a9c1cfe4455cc35d2af22aafc8987 Mon Sep 17 00:00:00 2001 From: XOR Date: Fri, 22 Sep 2023 00:11:32 +0200 Subject: [PATCH] Version bump to 0.2.0 beta --- header/argp_commons.h | 2 +- header/common.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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