Skip to content

Commit 00846d3

Browse files
committed
Version 1.8.2
1 parent 892fba3 commit 00846d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#ifndef _COMMON_H_
1010
#define _COMMON_H_
1111

12-
#define APP_VER_INT 181
13-
#define APP_VER_STR "1.8.1"
12+
#define APP_VER_INT 182
13+
#define APP_VER_STR "1.8.2"
1414

1515
#define MSG_ERROR(str) ShowError("Error",str)
1616
#define MSG_LASTERROR(str) ShowError(str,strerror(errno))

0 commit comments

Comments
 (0)