Browse Source

One up

tags/build/2.5.1 build/2.5.1
Ruud 11 years ago
parent
commit
0622e6e5ab
  1. 4
      installer.iss
  2. 2
      version.py

4
installer.iss

@ -1,6 +1,6 @@
#define MyAppName "CouchPotato"
#define MyAppVer "2.5.0"
#define MyAppBit "win32"
#define MyAppVer "2.5.1"
#define MyAppBit "win32"
//#define MyAppBit "win-amd64"
[Setup]

2
version.py

@ -1,2 +1,2 @@
VERSION = '2.5.0'
VERSION = '2.5.1'
BRANCH = 'desktop'

Loading…
Cancel
Save