expat/amiga expat_lib.c,1.1,1.2

"Steven Solie" <[email protected]> Tue, 27 Dec 2005 16:48:17 +0100 (CET)
Newsgroups gmane.text.xml.expat.cvs
Message-ID <[email protected]>
Update of /cvsroot/expat/expat/amiga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12615

Modified Files:
	expat_lib.c 
Log Message:
Bumped lib version for 4.0 release

Index: expat_lib.c
===================================================================
RCS file: /cvsroot/expat/expat/amiga/expat_lib.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- expat_lib.c	24 Dec 2005 06:39:56 -0000	1.1
+++ expat_lib.c	27 Dec 2005 15:48:13 -0000	1.2
@@ -26,9 +26,9 @@
 
 #define LIBNAME		"expat.library"
 #define LIBPRI		0
-#define VERSION		3
-#define REVISION	1
-#define VSTRING		"expat.library 3.1 (6.11.2005)"  /* dd.mm.yyyy */
+#define VERSION		4
+#define REVISION	0
+#define VSTRING		"expat.library 4.0 (27.12.2005)"  /* dd.mm.yyyy */
 
 
 static const char* __attribute__((used)) verstag = "\0$VER: " VSTRING;