Skip to content

Commit

Permalink
Change version to 1.6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d4koon committed Nov 3, 2020
1 parent 0167ae2 commit 69630f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WhatsappTray/Version.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#define MAJOR 1
#define MINOR 6
#define PATCH 1
#define IS_DEBUG 1
#define PATCH 2
#define IS_DEBUG 0

#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)
Expand Down
2 changes: 1 addition & 1 deletion setupBuildfile.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "WhatsappTray"
#define MyAppVersion "1.6.1"
#define MyAppVersion "1.6.2"
#define MyAppURL "https://github.com/D4koon/WhatsappTray"
#define MyAppExeName "WhatsappTray.exe"

Expand Down

0 comments on commit 69630f2

Please sign in to comment.