[Python-checkins] python/dist/src/Include patchlevel.h, 2.74.4.14, 2.74.4.15

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Feb 8 12:37:03 CET 2005


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26982/Include

Modified Files:
      Tag: release23-maint
	patchlevel.h 
Log Message:
2.3.5 final

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74.4.14
retrieving revision 2.74.4.15
diff -u -d -r2.74.4.14 -r2.74.4.15
--- patchlevel.h	8 Feb 2005 05:58:05 -0000	2.74.4.14
+++ patchlevel.h	8 Feb 2005 11:37:01 -0000	2.74.4.15
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.3.5c1"
+#define PY_VERSION		"2.3.5"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */



More information about the Python-checkins mailing list