From 87c712ce8f20a82d39ac69dd86cb2980d76c7cb7 Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 9 Sep 2013 10:08:26 +0200 Subject: [PATCH] version bump for Qt --- Linux/deploy.sh | 2 +- Windows/installer.iss | 2 +- Windows/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Linux/deploy.sh b/Linux/deploy.sh index 6255960..075e323 100755 --- a/Linux/deploy.sh +++ b/Linux/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.4.3" +VERSION="2.0.0" DEPLOYPATH="bungloo-${VERSION}" QTPATH="../Qt" SHAREDPATH=".." diff --git a/Windows/installer.iss b/Windows/installer.iss index 0459aa4..f01a595 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.3" +#define MyAppVersion "2.0.0" #define MyAppPublisher "Jabs Nu" #define MyAppURL "http://jabs.nu/bungloo" #define MyAppExeName "Bungloo.exe" diff --git a/Windows/setup.py b/Windows/setup.py index 405a8fb..1d9da92 100644 --- a/Windows/setup.py +++ b/Windows/setup.py @@ -22,7 +22,7 @@ files += [('imageformats', imageformats)] setup( name = "Bungloo", - version = "1.4.3", + version = "2.0.0", author = "Jeena Paradies", author_email = "spam@jeenaparadies.net", url = "http://jabs.nu/bungloo",