diff --git a/README b/README index c941e605..6c3635b7 100644 --- a/README +++ b/README @@ -66,7 +66,8 @@ Hacking A pkg-config .pc file is installed together with the library. Application developers can use pkg-config(1) to obtain correct compile -and link time flags for the Exiv2 library. +and link time flags for the Exiv2 library. (The exiv2-config script is +still included in the distribution but should be considered deprecated.) If you downloaded Exiv2 directly from the subversion repository, and you want to build it using the GNU configure script, then you need to diff --git a/config/configure.ac b/config/configure.ac index c68d0974..9d2b4526 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(Exiv2, 0.9.1, ahuggel@gmx.net) +AC_INIT(Exiv2, 0.10, ahuggel@gmx.net) AC_CONFIG_SRCDIR([src/exif.cpp]) AC_CONFIG_HEADER([./config/config.h]) AC_CONFIG_AUX_DIR([./config]) diff --git a/src/doxygen.hpp b/src/doxygen.hpp index b0949556..e59c5d3e 100644 --- a/src/doxygen.hpp +++ b/src/doxygen.hpp @@ -8,7 +8,7 @@ @date 07-Feb-04, ahu: created */ /*! - @mainpage Exif and Iptc metadata manipulation library and tools v0.9.1 + @mainpage Exif and Iptc metadata manipulation library and tools v0.10 @section overview Exiv2 Overview @@ -81,12 +81,12 @@ bug tracking system.
@verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim -To download the test data and test drivers for version 0.9.1 from - the repository, change to your local exiv2-0.9.1 directory and use the +
To download the test data and test drivers for version 0.10 from + the repository, change to your local exiv2-0.10 directory and use the following command:
- @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.9.1/test @endverbatim + @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.10/test @endverbatimIf you'd like to contribute code, please contact me.
diff --git a/src/exv_msvc.h b/src/exv_msvc.h
index ff07edd0..e1b2f7fb 100644
--- a/src/exv_msvc.h
+++ b/src/exv_msvc.h
@@ -23,13 +23,13 @@
#define EXV_PACKAGE_NAME "Exiv2"
/* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "Exiv2 0.9.1"
+#define EXV_PACKAGE_STRING "Exiv2 0.10"
/* Define to the one symbol short name of this package. */
#define EXV_PACKAGE_TARNAME "exiv2"
/* Define to the version of this package. */
-#define EXV_PACKAGE_VERSION "0.9.1"
+#define EXV_PACKAGE_VERSION "0.10"
/* Define to `int' if