Browse Source

One up

tags/build/2.4.0 build/2.4.0
Ruud 11 years ago
parent
commit
d3efda74b2
  1. 2
      installer.iss
  2. 2
      version.py

2
installer.iss

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

2
version.py

@ -1,2 +1,2 @@
VERSION = '2.3.1' VERSION = '2.4.0'
BRANCH = 'desktop' BRANCH = 'desktop'

Loading…
Cancel
Save