]> git.alsa-project.org Git - alsa-python.git/commitdiff
release 1.0.16rc1 v1.0.16rc1
authorJaroslav Kysela <perex@perex.cz>
Tue, 22 Jan 2008 10:56:20 +0000 (11:56 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 22 Jan 2008 10:56:20 +0000 (11:56 +0100)
Patch-level: Merged

PKG-INFO
setup.py

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