Browse Source

One up!

tags/build/2.6.2 build/2.6.2
Ruud 10 years ago
parent
commit
b20a590aab
  1. 2
      installer.iss
  2. 2
      setup.py
  3. 2
      version.py

2
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"

2
setup.py

@ -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,

2
version.py

@ -1,2 +1,2 @@
VERSION = '2.6.1'
VERSION = '2.6.2'
BRANCH = 'desktop'

Loading…
Cancel
Save