From c883c9f0c572d6f6ec55ab11f13b611fff76940c Mon Sep 17 00:00:00 2001 From: aramg Date: Tue, 7 Mar 2023 13:03:56 -0800 Subject: [PATCH] Version 1.9.0 --- src/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.h b/src/common.h index 4cacaf9..b101cb6 100644 --- a/src/common.h +++ b/src/common.h @@ -9,8 +9,8 @@ #ifndef _COMMON_H_ #define _COMMON_H_ -#define APP_VER_INT 182 -#define APP_VER_STR "1.8.2" +#define APP_VER_INT 190 +#define APP_VER_STR "1.9.0" #define MSG_ERROR(str) ShowError("Error",str) #define MSG_LASTERROR(str) ShowError(str,strerror(errno))