From d3efda74b2cbb01e994d8dc098a3a446c0374100 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 16 Mar 2014 09:44:44 +0100 Subject: [PATCH] One up --- installer.iss | 4 ++-- version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.iss b/installer.iss index d92d294..b15e815 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.3.1" +#define MyAppVer "2.4.0" [Setup] AppName={#MyAppName} @@ -22,7 +22,7 @@ UsePreviousAppDir=no [Messages] WelcomeLabel1=Installing [name]! WelcomeLabel2=This wizard will install [name] to your AppData folder. It does this so it can use the build in updater without needing admin rights. - + [CustomMessages] LaunchProgram=Launch {#MyAppName} right now. diff --git a/version.py b/version.py index bebaee8..c3a0eab 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.3.1' +VERSION = '2.4.0' BRANCH = 'desktop'