]> git.alsa-project.org Git - alsa-python.git/commitdiff
release 1.0.15rc2 v1.0.15rc2
authorJaroslav Kysela <perex@perex.cz>
Wed, 12 Sep 2007 09:16:03 +0000 (11:16 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 Sep 2007 09:16:03 +0000 (11:16 +0200)
Patch-level: Merged

PKG-INFO
setup.py

index b774932498331a656f2c50ed0748b24edbb24993..c0c8c915eb0e456cf2430b064085286093f4673a 100644 (file)
--- 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
index 6b5fb496e868cf61d417afa1a97970336f5ad464..4c771900fd03015fe9e316b914ccf11e60e46782 100755 (executable)
--- 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")