From ec055a8650fb5d649c0647726c0c1d4790fafad6 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Mon, 19 Sep 2016 15:41:25 +0200 Subject: [PATCH] Increased version number --- source/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common.h b/source/common.h index 5390d90..fe0531d 100644 --- a/source/common.h +++ b/source/common.h @@ -42,7 +42,7 @@ #define BUFFER_MAX_SIZE ((u32) (1 * 1024 * 1024)) // info / log file name -#define VERSION_NAME "Hourglass9 v1.20" +#define VERSION_NAME "Hourglass9 v1.21" #define LOG_FILE "Hourglass9.log" static inline u32 strchrcount(const char* str, char symbol) {