We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892fba3 commit 00846d3Copy full SHA for 00846d3
1 file changed
src/common.h
@@ -9,8 +9,8 @@
9
#ifndef _COMMON_H_
10
#define _COMMON_H_
11
12
-#define APP_VER_INT 181
13
-#define APP_VER_STR "1.8.1"
+#define APP_VER_INT 182
+#define APP_VER_STR "1.8.2"
14
15
#define MSG_ERROR(str) ShowError("Error",str)
16
#define MSG_LASTERROR(str) ShowError(str,strerror(errno))
0 commit comments