Skip to content

Commit c883c9f

Browse files
committed
Version 1.9.0
1 parent 084706e commit c883c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 182
13-
#define APP_VER_STR "1.8.2"
12+
#define APP_VER_INT 190
13+
#define APP_VER_STR "1.9.0"
1414

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

0 commit comments

Comments
 (0)