From f5756d5db60bbc03f4cd4269950eb49f1f8342ee Mon Sep 17 00:00:00 2001 From: jeena Date: Wed, 17 Apr 2013 07:48:42 +0200 Subject: [PATCH] version bump Linux and Windows --- Linux/debian/changelog | 13 +++++++++++++ Linux/deploy.sh | 2 +- Windows/installer.iss | 2 +- Windows/setup.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Linux/debian/changelog b/Linux/debian/changelog index c52acfb..6bbcd15 100644 --- a/Linux/debian/changelog +++ b/Linux/debian/changelog @@ -1,3 +1,16 @@ +bungloo (1.4.0) auantal; urgency=low + + [ Jeena Paradies ] + * Added scroll to load more posts + * Added doubleclick for conversation in new window + * Added synchronized "read mentions" cursor + * Added "show next view" shortcut + * New possibilities for plugins + * Inverted "from" label position + * Bugfixes + + -- Jeena Tue, 17 Apr 2013 07:50:00 +0100 + bungloo (1.3.0) quantal; urgency=low [ Jeena Paradies ] diff --git a/Linux/deploy.sh b/Linux/deploy.sh index a60ebb8..517d06e 100755 --- a/Linux/deploy.sh +++ b/Linux/deploy.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.3.0" +VERSION="1.4.0" DEPLOYPATH="bungloo-${VERSION}" QTPATH="../Qt" SHAREDPATH=".." diff --git a/Windows/installer.iss b/Windows/installer.iss index 4965a11..12c07c0 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.3.0" +#define MyAppVersion "1.4.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 0ea0ceb..4456918 100644 --- a/Windows/setup.py +++ b/Windows/setup.py @@ -15,7 +15,7 @@ for dirname, dirnames, filenames in os.walk('images'): setup( name = "Bungloo", - version = "1.3.0", + version = "1.4.0", author = "Jeena Paradies", author_email = "spam@jeenaparadies.net", url = "http://jabs.nu/bungloo",