summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorssolie <ssolie>2007-06-03 14:55:49 +0000
committerssolie <ssolie>2007-06-03 14:55:49 +0000
commit5c6c415cbba7ee0a5fa53cb07c17ddc2a496e71d (patch)
tree2f61aae43bed8bed369c6c592cd8d265ca464804
parentd24d67258c1f0e3ff5654652eb2510a8a91e2ae9 (diff)
downloadlibexpat-5c6c415cbba7ee0a5fa53cb07c17ddc2a496e71d.tar.gz
Bumped version strings.
-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 9dd4a9f..039c48d 100755
--- a/amiga/expat_lib.c
+++ b/amiga/expat_lib.c
@@ -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;