From 248c4e7b1e1748b4d39b47f46beb7c4d2ff2ec20 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 10 Nov 2012 18:12:00 +0100 Subject: [PATCH] bump version to 0.5 --- GUI/AboutQwad.py | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GUI/AboutQwad.py b/GUI/AboutQwad.py index b347fc2..7b864fb 100644 --- a/GUI/AboutQwad.py +++ b/GUI/AboutQwad.py @@ -10,7 +10,7 @@ from PyQt4.QtCore import pyqtSignature from Ui_AboutQwad import Ui_Dialog def Version(): - return "0.4~git" + return "0.5" def Author(): return "Christopher Roy Bratusek " diff --git a/debian/changelog b/debian/changelog index 431d43d..4f8b762 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -qwad (0.4.1-1nano) unstable; urgency=low +qwad (0.5-1nano) unstable; urgency=low * New upstream release