summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-18 17:58:47 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-18 17:58:47 +0200
commit3cc7842ca200a4da4bd65850e3c20d5a1811afa7 (patch)
tree42e1c1543f6ff849569caa8904d5b89505957cc3
parent8dcda685b8ad0576dc0d476ff7ef2a721e5aac75 (diff)
downloadlibexif-0_6_22-release.tar.gz
libexif-0_6_22-release.tar.bz2
libexif-0_6_22-release.zip
fixes https://github.com/libexif/libexif/issues/12
-rw-r--r--NEWS2
-rw-r--r--configure.ac5
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])