This commit is contained in:
Ruud
2015-02-15 20:37:00 +01:00
parent f08f2b0339
commit b20a590aab
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.6.1"
#define MyAppVer "2.6.2"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"
+1 -1
View File
@@ -89,7 +89,7 @@ elif sys.platform == "darwin":
FREEZER = 'py2app'
FREEZER_OPTIONS = dict(
arch = 'intel',
optimize = 2,
optimize = 0,
strip = True,
argv_emulation = False,
site_packages = False,
+1 -1
View File
@@ -1,2 +1,2 @@
VERSION = '2.6.1'
VERSION = '2.6.2'
BRANCH = 'desktop'