From 55d57de44a436c1779563787313ad2e1e86ab664 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 14 Apr 2015 14:07:49 +0200 Subject: [PATCH] Bump to 0.18.2 Actual 0.18.2 release is not on master branch. --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5211f25..f209fbc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +0.18.2 + * Testing fixes + * Documentation typo [#747654 ...] + * Build fixes [#743444] + * Updated transaltions + * Accomodate libgcrypt 1.6+ + 0.18.1 * Testing fix [#726909] diff --git a/configure.ac b/configure.ac index 86cbb00..4424681 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([libsecret],[0.18.1], +AC_INIT([libsecret],[0.18.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret], [libsecret])