expat/amiga expat_lib.c,1.3,1.4
"Steven Solie" <[email protected]> Sun, 03 Jun 2007 07:55:51 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/amiga In directory sc8-pr-cvs17:/tmp/cvs-serv32581 Modified Files: expat_lib.c Log Message: Bumped version strings. Index: expat_lib.c =================================================================== RCS file: /cvsroot/expat/expat/amiga/expat_lib.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- expat_lib.c 19 Mar 2006 04:35:27 -0000 1.3 +++ expat_lib.c 3 Jun 2007 14:55:49 -0000 1.4 @@ -1,5 +1,5 @@ /* -** Copyright (c) 2001-2006 Expat maintainers. +** Copyright (c) 2001-2007 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 1 -#define VSTRING "expat.library 4.1 (18.3.2005)" /* dd.mm.yyyy */ +#define REVISION 2 +#define VSTRING "expat.library 4.2 (2.6.2007)" /* dd.mm.yyyy */ static const char* __attribute__((used)) verstag = "\0$VER: " VSTRING;