From 0622e6e5abc8e4037195e6f411375614e89c285b Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 29 Jun 2014 23:16:09 +0200 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 88577b1..932d14f 100644 --- a/installer.iss +++ b/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] diff --git a/version.py b/version.py index 7991d65..bbda093 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.5.0' +VERSION = '2.5.1' BRANCH = 'desktop'