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

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



andrew      01/09/02 11:21:12

  Modified:    .        ChangeLog setup.py
  Log:
  2001-09-02  Andrew H. Chatham <andrew.chatham at duke.edu>
          * setup.py: bumped version number to 0.4
  
          * Changelog: start using the same dating scheme from ogg-python's
          Changelog

Revision  Changes    Path
1.5       +6 -0      vorbis-python/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	2001/08/31 02:04:27	1.4
+++ ChangeLog	2001/09/02 18:21:12	1.5
@@ -1,3 +1,9 @@
+2001-09-02  Andrew H. Chatham <andrew.chatham at duke.edu>
+	* setup.py: bumped version number to 0.4
+
+	* Changelog: start using the same dating scheme from ogg-python's 
+	Changelog
+
 8-30-2001  Andrew H. Chatham <andrew.chatham at duke.edu>
         * src/pyvorbisfile.c (py_ov_pcm_seek[_page]) Use the implementation
           of arg_to_int64 provided by the ogg module

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

Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/vorbis-python/setup.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- setup.py	2001/05/14 15:37:44	1.2
+++ setup.py	2001/09/02 18:21:12	1.3
@@ -7,7 +7,7 @@
 from distutils.extension import Extension
 
 VERSION_MAJOR = 0
-VERSION_MINOR = 3
+VERSION_MINOR = 4
 pyvorbis_version = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR)
 
 try:

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