From: Jaroslav Kysela Date: Wed, 2 May 2007 08:08:09 +0000 (+0200) Subject: release 1.0.14rc4 X-Git-Tag: v1.0.14rc4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=01ccd3c5da47e6de097c457bbd69d0ef59e538d9;p=alsa-python.git release 1.0.14rc4 Patch-level: Merged --- diff --git a/PKG-INFO b/PKG-INFO index 7ac7777..cd1698f 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.14rc3 +Version: 1.0.14rc4 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index 4f353f3..e3ebdc3 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os import sys from distutils.core import setup, Extension -VERSION='1.0.14rc3' +VERSION='1.0.14rc4' if os.path.exists("version"): fp = open("version", "r")