Bumped version to 0.18-pre2.
This commit is contained in:
parent
bd0be0a9bd
commit
cc373437e0
@ -2,9 +2,9 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(exiv2, 0.18-pre1, ahuggel@gmx.net)
|
||||
AC_INIT(exiv2, 0.18-pre2, ahuggel@gmx.net)
|
||||
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
EXIV2_LTVERSION=5:0:0
|
||||
EXIV2_LTVERSION=6:0:1
|
||||
PACKAGE=$PACKAGE_NAME
|
||||
VERSION=$PACKAGE_VERSION
|
||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
|
||||
|
||||
@ -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.18-pre1"
|
||||
#define EXV_PACKAGE_STRING "exiv2 0.18-pre2"
|
||||
|
||||
/* 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.18-pre1"
|
||||
#define EXV_PACKAGE_VERSION "0.18-pre2"
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define pid_t. */
|
||||
typedef int pid_t;
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
/*!
|
||||
@brief %Exiv2 PATCH version number of the library used at compile-time.
|
||||
*/
|
||||
#define EXIV2_PATCH_VERSION (91)
|
||||
#define EXIV2_PATCH_VERSION (92)
|
||||
/*!
|
||||
@brief Make an integer version number for comparison from a major, minor and
|
||||
a patch version number.
|
||||
|
||||
@ -3,7 +3,7 @@ tmp/
|
||||
|
||||
Exiv2 version ------------------------------------------------------------
|
||||
/usr/local/bin/exiv2
|
||||
exiv2 0.18-pre1
|
||||
exiv2 0.18-pre2
|
||||
Copyright (C) 2004-2008 Andreas Huggel.
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
|
||||
Loading…
Reference in New Issue
Block a user