Updated version to 0.22.
This commit is contained in:
+4
-4
@@ -37,12 +37,12 @@ SET( PACKAGE_COPYRIGHT "Andreas Huggel" )
|
||||
SET( PACKAGE_BUGREPORT "ahuggel@gmx.net" )
|
||||
SET( PACKAGE "exiv2" )
|
||||
SET( PACKAGE_NAME "exiv2" )
|
||||
SET( PACKAGE_STRING "exiv2 0.21.1" )
|
||||
SET( PACKAGE_STRING "exiv2 0.22" )
|
||||
SET( PACKAGE_TARNAME "exiv2" )
|
||||
SET( PACKAGE_VERSION "0.21.1" )
|
||||
SET( PACKAGE_VERSION "0.22" )
|
||||
SET( PACKAGE_URL "http://www.exiv2.org" )
|
||||
SET( GENERIC_LIB_VERSION "10.1.0" )
|
||||
SET( GENERIC_LIB_SOVERSION "10" )
|
||||
SET( GENERIC_LIB_VERSION "11.0.0" )
|
||||
SET( GENERIC_LIB_SOVERSION "11" )
|
||||
|
||||
# options and their default values
|
||||
OPTION( EXIV2_ENABLE_SHARED "Build exiv2 as a shared library (dll)" ON )
|
||||
|
||||
+2
-2
@@ -2,9 +2,9 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(exiv2, 0.21.1, ahuggel@gmx.net)
|
||||
AC_INIT(exiv2, 0.22, ahuggel@gmx.net)
|
||||
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||
EXIV2_LTVERSION=10:1:0
|
||||
EXIV2_LTVERSION=11:0:0
|
||||
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.21.1"
|
||||
#define EXV_PACKAGE_STRING "exiv2 0.22"
|
||||
|
||||
/* 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.21.1"
|
||||
#define EXV_PACKAGE_VERSION "0.22"
|
||||
|
||||
/* Define to `int' if <sys/types.h> does not define pid_t. */
|
||||
typedef int pid_t;
|
||||
|
||||
+2
-2
@@ -44,11 +44,11 @@
|
||||
/*!
|
||||
@brief %Exiv2 MINOR version number of the library used at compile-time.
|
||||
*/
|
||||
#define EXIV2_MINOR_VERSION (21)
|
||||
#define EXIV2_MINOR_VERSION (22)
|
||||
/*!
|
||||
@brief %Exiv2 PATCH version number of the library used at compile-time.
|
||||
*/
|
||||
#define EXIV2_PATCH_VERSION (1)
|
||||
#define EXIV2_PATCH_VERSION (0)
|
||||
/*!
|
||||
@brief Make an integer version number for comparison from a major, minor and
|
||||
a patch version number.
|
||||
|
||||
@@ -2,7 +2,7 @@ Exiv2 test directory -----------------------------------------------------
|
||||
tmp/
|
||||
|
||||
Exiv2 version ------------------------------------------------------------
|
||||
exiv2 0.21.1 001501 (__ bit build)
|
||||
exiv2 0.22 001600 (__ bit build)
|
||||
Copyright (C) 2004-2011 Andreas Huggel.
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
|
||||
Reference in New Issue
Block a user