Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
One up!
Browse files Browse the repository at this point in the history
  • Loading branch information
RuudBurger committed Feb 15, 2015
1 parent f08f2b0 commit b20a590
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.6.1"
#define MyAppVer "2.6.2"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '2.6.1'
VERSION = '2.6.2'
BRANCH = 'desktop'

0 comments on commit b20a590

Please sign in to comment.