From 2a1508b4a1be67769471018531b54ece101fc0ce Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 8 Mar 2012 07:36:05 +0100 Subject: [PATCH] Bump versioning. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad75e20..bb7c8c9 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from distutils.core import setup from distutils.command.clean import clean from DistUtilsExtra.command import * -laditools_version = "1.0~rc4" +laditools_version = "1.0~rc5" get_commit_script = "gitcommit.sh" pkg_short_desc = "Linux Audio Desktop Integration Tools" pkg_long_desc = """LADITools is a set of tools aiming to achieve the goals of the LADI project to improve desktop integration and user workflow of Linux audio system based on JACK and ladish. Those tools take advantage of the D-Bus interfaces recently added to JACK and ladish to ease the configuration and use of those two great softwares. -- 2.11.4.GIT