[xiph-cvs] cvs commit: ogg-python setup.py

Andrew Chatham Master of Python andrew at xiph.org
Wed Jul 2 20:11:45 PDT 2003



andrew      03/07/02 23:11:45

  Modified:    .        setup.py
  Log:
  Make version 1.3

Revision  Changes    Path
1.8       +1 -1      ogg-python/setup.py

Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/setup.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- setup.py	19 Jan 2003 00:50:15 -0000	1.7
+++ setup.py	3 Jul 2003 03:11:45 -0000	1.8
@@ -11,7 +11,7 @@
 from distutils.extension import Extension
 
 VERSION_MAJOR = 1
-VERSION_MINOR = 2
+VERSION_MINOR = 3
 pyogg_version = str(VERSION_MAJOR) + "." + str(VERSION_MINOR)
 
 def get_setup():

<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