Browse Source

One up

tags/build/2.0.3 build/2.0.3
Ruud 13 years ago
parent
commit
96472a9a8f
  1. 2
      installer.iss
  2. 2
      version.py

2
installer.iss

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

2
version.py

@ -1,2 +1,2 @@
VERSION = '2.0.2' VERSION = '2.0.3'
BRANCH = 'desktop' BRANCH = 'desktop'

Loading…
Cancel
Save