From: Dan Fandrich Date: Fri, 13 Nov 2009 06:11:28 +0000 (-0800) Subject: Prepare for continued development X-Git-Tag: libexif-0_6_21-release~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3f15b6adcc65506c52a1414a5474ea7b3e7680f;p=platform%2Fupstream%2Flibexif.git Prepare for continued development --- diff --git a/NEWS b/NEWS index 3b0fbc9..8a9d3b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +libexif-0.6.x: + + libexif-0.6.19 (2009-11-12): * New translations: be, en_GB, it, ja, pt, sq, zh_CN * Updated translations: da, sv, vi diff --git a/configure.ac b/configure.ac index 0309c32..c39b386 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([EXIF library], [0.6.19], [libexif-devel@lists.sourceforge.net], [libexif]) +AC_INIT([EXIF library], [0.6.19.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])