From b67b1fed8ea3db2c7f67d5684f1d4ac85fc66eb1 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 8 Mar 2012 01:07:20 +0100 Subject: [PATCH] Bump versioning. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e5a0f5..120ceed 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~rc3" +laditools_version = "1.0~rc4" 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