Browse Source

One up!

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

2
installer.iss

@ -1,5 +1,5 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.6.3"
#define MyAppVer "3.0.0"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"

1
setup.py

@ -35,6 +35,7 @@ includes = [
'version',
'distutils',
'lxml', 'lxml.etree', 'lxml._elementpath', 'gzip',
'OpenSSL', 'cffi',
]
excludes = [

2
version.py

@ -1,2 +1,2 @@
VERSION = '2.6.3'
VERSION = '3.0.0'
BRANCH = 'desktop'

Loading…
Cancel
Save