From: Dan Fandrich Date: Thu, 12 Jul 2012 19:25:21 +0000 (-0700) Subject: Prepare for continued development X-Git-Tag: cvs-migration~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bc5baa004c20ad59cc095703523d8ac3287ab9c;p=platform%2Fupstream%2Flibexif.git Prepare for continued development --- diff --git a/NEWS b/NEWS index b7aceb1..26cd7b9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +libexif-0.6.x: + + libexif-0.6.21 (2012-07-12): * New translations: en_AU, uk * Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi diff --git a/configure.ac b/configure.ac index eef68ec..8b669f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.21], [libexif-devel@lists.sourceforge.net], [libexif]) +AC_INIT([EXIF library], [0.6.21.1], [libexif-devel@lists.sourceforge.net], [libexif]) AC_CONFIG_SRCDIR([libexif/exif-data.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4])