0.6.22 release libexif-0_6_22-release
authorMarcus Meissner <marcus@jet.franken.de>
Mon, 18 May 2020 15:58:47 +0000 (17:58 +0200)
committerMarcus Meissner <marcus@jet.franken.de>
Mon, 18 May 2020 15:58:47 +0000 (17:58 +0200)
fixes https://github.com/libexif/libexif/issues/12

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9a7a802..67260a5 100644 (file)
--- 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
index b0a5881..11b0e53 100644 (file)
@@ -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])