From bc70c8152bbb70a4f6fe0b691289785357e80e77 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 12 Sep 2007 11:16:03 +0200 Subject: [PATCH] release 1.0.15rc2 Patch-level: Merged --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index b774932..c0c8c91 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: PyAlsa -Version: 1.0.15rc1 +Version: 1.0.15rc2 Summary: ALSA Python Binding Home-page: http://www.alsa-project.org Author: The ALSA Team diff --git a/setup.py b/setup.py index 6b5fb49..4c77190 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os import sys from distutils.core import setup, Extension -VERSION='1.0.15rc1' +VERSION='1.0.15rc2' if os.path.exists("version"): fp = open("version", "r") -- 2.47.1