Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mugiseyebrows committed Mar 11, 2019
1 parent b5adccb commit ac324da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

conf = {
'AppName': 'mugi-grep',
'AppVersion': '1.1.0',
'AppVersion': '1.2.0',
'Binaries': [{
'Source': 'D:\\dev\\mugi-grep\\release\\mugi-grep.exe',
'Dest': ''
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define APP_NAME "mugi-grep"
#define APP_VERSION "1.1.0"
#define APP_VERSION_INT 1,1,0,0
#define APP_VERSION "1.2.0"
#define APP_VERSION_INT 1,2,0,0

0 comments on commit ac324da

Please sign in to comment.