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

Andrew Catham Master of Python andrew at xiph.org
Tue Jul 23 21:14:04 PDT 2002



andrew      02/07/23 21:14:04

  Modified:    .        ChangeLog setup.py
  Log:
  2002-07-23  Andrew H. Chatham <andrew at andrewchatham.com>
          * Bumped version to 1.0 to match libogg

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

Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	2002/07/23 07:05:35	1.11
+++ ChangeLog	2002/07/24 04:14:03	1.12
@@ -1,4 +1,7 @@
 2002-07-23  Andrew H. Chatham <andrew at andrewchatham.com>
+	* Bumped version to 1.0 to match libogg
+	
+2002-07-23  Andrew H. Chatham <andrew at andrewchatham.com>
         * pyoggpackbuff.c: Removed *_huff functions (no longer in API).
         
 2002-05-21  Andrew H. Chatham <andrew.chatham at duke.edu>

<p><p>1.5       +2 -2      ogg-python/setup.py

Index: setup.py
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/setup.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- setup.py	2002/01/27 11:17:25	1.4
+++ setup.py	2002/07/24 04:14:03	1.5
@@ -10,8 +10,8 @@
 from distutils.core import setup
 from distutils.extension import Extension
 
-VERSION_MAJOR = 0
-VERSION_MINOR = 5
+VERSION_MAJOR = 1
+VERSION_MINOR = 0
 pyogg_version = str(VERSION_MAJOR) + "." + str(VERSION_MINOR)
 
 def get_setup():

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