[xiph-cvs] cvs commit: vorbis-python setup.py
Andrew Chatham Master of Python
andrew at xiph.org
Wed Jul 2 20:11:09 PDT 2003
andrew 03/07/02 23:11:09
Modified: . setup.py
Log:
Up the version number to 1.3 in anticipation of releasing the bugfix tarball
Revision Changes Path
1.11 +1 -1 vorbis-python/setup.py
Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/setup.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- setup.py 19 Jan 2003 00:50:48 -0000 1.10
+++ setup.py 3 Jul 2003 03:11:09 -0000 1.11
@@ -7,7 +7,7 @@
from distutils.extension import Extension
VERSION_MAJOR = 1
-VERSION_MINOR = 2
+VERSION_MINOR = 3
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