Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aramg committed Feb 2, 2022
1 parent 892fba3 commit 00846d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#ifndef _COMMON_H_
#define _COMMON_H_

#define APP_VER_INT 181
#define APP_VER_STR "1.8.1"
#define APP_VER_INT 182
#define APP_VER_STR "1.8.2"

#define MSG_ERROR(str) ShowError("Error",str)
#define MSG_LASTERROR(str) ShowError(str,strerror(errno))
Expand Down

0 comments on commit 00846d3

Please sign in to comment.