From 453287dc95d0070d473ffa45b4758d4b21704a2a Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 20 Mar 2012 23:48:18 +0100 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5f21e9..4aa8612 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~rc7" +laditools_version = "1.0~rc8" 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.