From 284128723caeb4b2e6113d9f4034d22953929f7c Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 10 Mar 2017 07:32:06 +0000 Subject: [PATCH] #1279 Bump to Exiv2 v0.26 (and library version 15). --- CMakeLists.txt | 8 ++++---- config/configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afd1373e..99574211 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,12 +30,12 @@ SET( PACKAGE_COPYRIGHT "Andreas Huggel" ) SET( PACKAGE_BUGREPORT "ahuggel@gmx.net" ) SET( PACKAGE "exiv2" ) SET( PACKAGE_NAME "exiv2" ) -SET( PACKAGE_STRING "exiv2 0.25" ) +SET( PACKAGE_STRING "exiv2 0.26" ) SET( PACKAGE_TARNAME "exiv2" ) -SET( PACKAGE_VERSION "0.25" ) +SET( PACKAGE_VERSION "0.26" ) SET( PACKAGE_URL "http://www.exiv2.org" ) -SET( GENERIC_LIB_VERSION "14.0.0" ) -SET( GENERIC_LIB_SOVERSION "14" ) +SET( GENERIC_LIB_VERSION "15.0.0" ) +SET( GENERIC_LIB_SOVERSION "15" ) # options and their default values OPTION( EXIV2_ENABLE_SHARED "Build exiv2 as a shared library (dll)" ON ) diff --git a/config/configure.ac b/config/configure.ac index a4d279f8..93a75f1a 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -2,9 +2,9 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(exiv2, 0.25, ahuggel@gmx.net) +AC_INIT(exiv2, 0.26, ahuggel@gmx.net) # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -EXIV2_LTVERSION=14:0:0 +EXIV2_LTVERSION=15:0:0 PACKAGE=$PACKAGE_NAME VERSION=$PACKAGE_VERSION AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")