]> git.alsa-project.org Git - alsa-python.git/commitdiff
release 1.0.14 v1.0.14
authorJaroslav Kysela <perex@perex.cz>
Mon, 4 Jun 2007 13:00:36 +0000 (15:00 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Jun 2007 13:00:36 +0000 (15:00 +0200)
Patch-level: Merged

PKG-INFO
setup.py

index cd1698f888e88f46225b262bfc95d9182c293423..60d971a4e6495ee22abf0a0e69581f8d35edd61c 100644 (file)
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: PyAlsa
-Version: 1.0.14rc4
+Version: 1.0.14
 Summary: ALSA Python Binding
 Home-page: http://www.alsa-project.org
 Author: The ALSA Team
index e3ebdc30995348aa6f3954b6123c91eeb9965cc8..e1f51aa17f9c59a32b099e7712c8207494f0affa 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.14rc4'
+VERSION='1.0.14'
 
 if os.path.exists("version"):
        fp = open("version", "r")