expat/amiga expat_lib.c,1.2,1.3
"Steven Solie" <[email protected]> Sat, 18 Mar 2006 20:35:29 -0800
| 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-serv22084 Modified Files: expat_lib.c Log Message: bumped version to 4.1 Index: expat_lib.c =================================================================== RCS file: /cvsroot/expat/expat/amiga/expat_lib.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- expat_lib.c 27 Dec 2005 15:48:13 -0000 1.2 +++ expat_lib.c 19 Mar 2006 04:35:27 -0000 1.3 @@ -1,5 +1,5 @@ /* -** Copyright (c) 2001-2005 Expat maintainers. +** Copyright (c) 2001-2006 Expat maintainers. ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the @@ -27,8 +27,8 @@ #define LIBNAME "expat.library" #define LIBPRI 0 #define VERSION 4 -#define REVISION 0 -#define VSTRING "expat.library 4.0 (27.12.2005)" /* dd.mm.yyyy */ +#define REVISION 1 +#define VSTRING "expat.library 4.1 (18.3.2005)" /* dd.mm.yyyy */ static const char* __attribute__((used)) verstag = "\0$VER: " VSTRING;