[xiph-cvs] cvs commit: vorbis-python setup.py
Andrew Chatham Master of Python
andrew at xiph.org
Thu Dec 18 23:56:22 PST 2003
andrew 03/12/19 02:56:22
Modified: . setup.py
Log:
Up the version number to 1.4 for a new release, with some bugfixes and
better documentation.
Revision Changes Path
1.12 +1 -1 vorbis-python/setup.py
Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/setup.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- setup.py 3 Jul 2003 03:11:09 -0000 1.11
+++ setup.py 19 Dec 2003 07:56:22 -0000 1.12
@@ -7,7 +7,7 @@
from distutils.extension import Extension
VERSION_MAJOR = 1
-VERSION_MINOR = 3
+VERSION_MINOR = 4
pyvorbis_version = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR)
try:
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list