From f159edf857d76cfd3ed3d54687769fb63c9f6728 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 28 Apr 2013 02:17:32 +0200 Subject: [PATCH] version bump windows --- Windows/installer.iss | 4 ++-- Windows/setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Windows/installer.iss b/Windows/installer.iss index 12c07c0..f399b0b 100644 --- a/Windows/installer.iss +++ b/Windows/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Bungloo" -#define MyAppVersion "1.4.0" +#define MyAppVersion "1.4.1" #define MyAppPublisher "Jabs Nu" #define MyAppURL "http://jabs.nu/bungloo" #define MyAppExeName "Bungloo.exe" @@ -22,7 +22,7 @@ AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} AllowNoIcons=yes -LicenseFile=C:\Users\Jeena\Documents\GitHub\Bungloo\LICENCE.txt +LicenseFile=C:\Users\Jeena\Documents\GitHub\Bungloo\LICENSE.txt OutputBaseFilename=setup SetupIconFile=C:\Users\Jeena\Documents\GitHub\Bungloo\images\Icon.ico Compression=lzma diff --git a/Windows/setup.py b/Windows/setup.py index 95687ff..1e573f5 100644 --- a/Windows/setup.py +++ b/Windows/setup.py @@ -22,7 +22,7 @@ files += [('imageformats', imageformats)] setup( name = "Bungloo", - version = "1.4.0", + version = "1.4.1", author = "Jeena Paradies", author_email = "spam@jeenaparadies.net", url = "http://jabs.nu/bungloo",