Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mugiseyebrows committed Oct 30, 2019
1 parent 1b8140b commit e7c3a5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mugi-ffmpeg.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

IDI_ICON1 ICON DISCARDABLE "mugi-ffmpeg.ico"

#include "windows.h"
#include <windows.h>
#include "src/version.h"

#define VER_PRODUCTVERSION APP_VERSION_INT
Expand Down
4 changes: 2 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

conf = {
'AppName' : 'mugi-ffmpeg',
'AppVersion' : '1.0',
'AppVersion' : '1.1',
'Binaries' : [{'Source': 'D:\\dev\\mugi-ffmpeg\\release\\mugi-ffmpeg.exe', 'Dest': ''}],
'Data' : [],
'BuildDir' : 'D:\\dev\\mugi-ffmpeg',
Expand All @@ -37,7 +37,7 @@
os.environ['PATH'] = 'D:\\Qt\\Qt5.11.3\\5.11.3\\mingw53_32\\bin;D:\\Qt\\Qt5.11.3\\Tools\\mingw530_32\\bin;C:\\qwt6\\lib;C:\\lib-x86;C:\\windows\\system32'

m = Manager(conf)
m.updateVersion()
#m.updateVersion()
m.build()
m.pack()
m.release()
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define APP_NAME "mugi-ffmpeg"
#define APP_VERSION "1.0"
#define APP_VERSION_INT 1,0,0,0
#define APP_VERSION "1.1"
#define APP_VERSION_INT 1,1,0,0

0 comments on commit e7c3a5a

Please sign in to comment.