[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:38:07 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=f46704d
The following commit has been merged in the master branch:
commit f46704d5aebf7744ed0095477387c3a496e6f13c
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Wed Nov 22 16:06:16 2006 +0000
Bumped version to 0.12
---
config/configure.ac | 2 +-
src/doxygen.hpp | 8 ++++----
src/exiv2_version.h | 2 +-
src/exv_msvc.h | 4 ++--
test/data/exiv2-test.out | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config/configure.ac b/config/configure.ac
index 1484581..6066b80 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.11, ahuggel at gmx.net)
+AC_INIT(Exiv2, 0.12, ahuggel at 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 9f27fb8..4f5cba6 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp
@@ -8,7 +8,7 @@
@date 07-Feb-04, ahu: created
*/
/*!
- @mainpage Exif and IPTC metadata library and tools v0.11
+ @mainpage Exif and IPTC metadata library and tools v0.12
@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.11 from
- the repository, change to your local exiv2-0.11 directory and use the
+ <p>To download the test data and test drivers for version 0.12 from
+ the repository, change to your local exiv2-0.12 directory and use the
following command:
</p>
- @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.11/test @endverbatim
+ @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.12/test @endverbatim
<P>If you'd like to contribute code, please <A HREF="mailto:ahuggel at gmx.net">contact me</A>.
diff --git a/src/exiv2_version.h b/src/exiv2_version.h
index e8345a9..8e15bf5 100644
--- a/src/exiv2_version.h
+++ b/src/exiv2_version.h
@@ -40,7 +40,7 @@
/*!
@brief %Exiv2 MINOR version number.
*/
-#define EXIV2_MINOR_VERSION (11)
+#define EXIV2_MINOR_VERSION (12)
/*!
@brief %Exiv2 PATCH version number.
*/
diff --git a/src/exv_msvc.h b/src/exv_msvc.h
index aa085c8..7fb8203 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.11"
+#define EXV_PACKAGE_STRING "Exiv2 0.12"
/* 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.11"
+#define EXV_PACKAGE_VERSION "0.12"
/* Define to `int' if <sys/types.h> does not define pid_t. */
#define pid_t int
diff --git a/test/data/exiv2-test.out b/test/data/exiv2-test.out
index c713a6f..7486b00 100644
--- a/test/data/exiv2-test.out
+++ b/test/data/exiv2-test.out
@@ -3,7 +3,7 @@ tmp/
Exiv2 version ------------------------------------------------------------
../../src/exiv2
-Exiv2 0.11
+Exiv2 0.12
Copyright (C) 2004, 2005, 2006 Andreas Huggel.
This program is free software; you can redistribute it and/or
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list