From 3cc7842ca200a4da4bd65850e3c20d5a1811afa7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 18 May 2020 17:58:47 +0200 Subject: [PATCH] 0.6.22 release fixes https://github.com/libexif/libexif/issues/12 --- NEWS | 2 +- configure.ac | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9a7a802..67260a5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -libexif-0.6.x: +libexif-0.6.22 (2020-05-18): * New translations: ms * Updated translations for most languages * Fixed C89 compatibility diff --git a/configure.ac b/configure.ac index b0a5881..11b0e53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.21.1], [libexif-devel@lists.sourceforge.net], [libexif]) +AC_INIT([EXIF library], [0.6.22], [libexif-devel@lists.sourceforge.net], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) @@ -45,9 +45,10 @@ dnl 15:3:0 added exif_loader_get_buf (for 0.6.18) dnl 15:3:1 0.6.19 dnl 15:3:2 0.6.20 dnl 15:3:3 0.6.21 +dnl 15:3:4 0.6.22 LIBEXIF_CURRENT=15 LIBEXIF_AGE=3 -LIBEXIF_REVISION=3 +LIBEXIF_REVISION=4 AC_SUBST([LIBEXIF_AGE]) AC_SUBST([LIBEXIF_REVISION]) AC_SUBST([LIBEXIF_CURRENT]) -- 2.7.4