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

Andrew Catham Master of Python andrew at xiph.org
Sun Sep 2 11:21:30 PDT 2001



andrew      01/09/02 11:21:30

  Modified:    .        ChangeLog setup.py
  Log:
  2001-09-02  Andrew H. Chatham <andrew.chatham at duke.edu>
          * setup.py: bumped version number to 0.4

Revision  Changes    Path
1.7       +3 -0      ogg-python/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	2001/08/31 02:05:28	1.6
+++ ChangeLog	2001/09/02 18:21:30	1.7
@@ -1,3 +1,6 @@
+2001-09-02  Andrew H. Chatham <andrew.chatham at duke.edu>
+	* setup.py: bumped version number to 0.4
+	
 2001-08-30  Andrew H. Chatham <andrew.chatham at duke.edu>
 
         * include/pyogg/pyogg.h, src/_oggmodule.c:

1.3       +1 -1      ogg-python/setup.py

Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/setup.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- setup.py	2001/05/14 15:33:11	1.2
+++ setup.py	2001/09/02 18:21:30	1.3
@@ -11,7 +11,7 @@
 from distutils.extension import Extension
 
 VERSION_MAJOR = 0
-VERSION_MINOR = 3
+VERSION_MINOR = 4
 pyogg_version = str(VERSION_MAJOR) + "." + str(VERSION_MINOR)
 
 def get_setup():

--- >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