Browse Source

One up!

tags/build/2.2.0 build/2.2.0
Ruud 12 years ago
parent
commit
d08c7c57a8
  1. 2
      installer.iss
  2. 2
      version.py

2
installer.iss

@ -1,5 +1,5 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.1.0"
#define MyAppVer "2.2.0"
[Setup]
AppName={#MyAppName}

2
version.py

@ -1,2 +1,2 @@
VERSION = '2.1.0'
VERSION = '2.2.0'
BRANCH = 'desktop'

Loading…
Cancel
Save