diff --git a/installer.iss b/installer.iss index 47990aecbf..d41328d4b6 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.6.1" +#define MyAppVer "2.6.2" #define MyAppBit "win32" //#define MyAppBit "win-amd64" diff --git a/setup.py b/setup.py index 10e100e6ea..9bdb1ce955 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def getDataFiles(dirs): FREEZER = 'py2app' FREEZER_OPTIONS = dict( arch = 'intel', - optimize = 2, + optimize = 0, strip = True, argv_emulation = False, site_packages = False, diff --git a/version.py b/version.py index 96780f9c21..2987e5528d 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.6.1' +VERSION = '2.6.2' BRANCH = 'desktop'