Reduced number of files with the version number by one.

v0.27.3
Andreas Huggel 19 years ago
parent 623f52e185
commit b58bd25d0d

@ -121,4 +121,5 @@ AC_SUBST(EXV_LIB_STATIC)
AC_CONFIG_FILES([./config/config.mk])
AC_CONFIG_FILES([./config/exiv2.pc])
AC_CONFIG_FILES([./po/Makefile.in])
AC_CONFIG_FILES([./src/doxygen.hpp])
AC_OUTPUT

@ -8,7 +8,7 @@
@date 07-Feb-04, ahu: created
*/
/*!
@mainpage Exif and IPTC metadata library and tools v0.14
@mainpage Exif and IPTC metadata library and tools v@PACKAGE_VERSION@
@section overview Exiv2 Overview
@ -82,12 +82,12 @@ bug tracking system</a>.</p>
@verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim
<p>To download the test data and test drivers for version 0.14 from
the repository, change to your local exiv2-0.14 directory and use the
<p>To download the test data and test drivers for version @PACKAGE_VERSION@ from
the repository, change to your local exiv2-@PACKAGE_VERSION@ directory and use the
following command:
</p>
@verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.14/test @endverbatim
@verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/@PACKAGE_VERSION@/test @endverbatim
<P>If you'd like to contribute code, please <A HREF="mailto:ahuggel@gmx.net">contact me</A>.
Loading…
Cancel
Save