summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorssolie <ssolie>2006-03-19 04:35:27 +0000
committerssolie <ssolie>2006-03-19 04:35:27 +0000
commita5bc41af38c98e55297e701ff9c2957e339ddec4 (patch)
tree945f5a3bd48c4487648c603b7ae31cbf97039211
parent1fb8deabeeb32d667ac94546349e282ac437e80e (diff)
downloadlibexpat-a5bc41af38c98e55297e701ff9c2957e339ddec4.tar.gz
bumped version to 4.1
-rwxr-xr-xamiga/expat_lib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/expat_lib.c b/amiga/expat_lib.c
index 70f9074..9dd4a9f 100755
--- a/amiga/expat_lib.c
+++ b/amiga/expat_lib.c
@@ -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;