]> git.alsa-project.org Git - alsa-python.git/commitdiff
release 1.0.16rc2 v1.0.16rc2
authorJaroslav Kysela <perex@perex.cz>
Tue, 29 Jan 2008 08:30:58 +0000 (09:30 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 29 Jan 2008 08:30:58 +0000 (09:30 +0100)
Patch-level: Merged

PKG-INFO
setup.py

index 9b0d62ba51f5ddf0b0c7fecda64c8382a3ced196..41f1b1807f7826fdca353edb88ebbc7d491f1608 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.0.16rc1
+Version: 1.0.16rc2
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index 92996a5c2a0e5bf25b8a1ab4740d406333a38448..246d074d6037c97004274559c14a179f3bc63510 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.16rc1'
+VERSION='1.0.16rc2'
 
 if os.path.exists("version"):
        fp = open("version", "r")