From bd0845c463b0523c13c9649f8eada186d8dd09fb Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Tue, 4 Sep 2012 10:19:36 -0400 Subject: [PATCH] Version 3.5.91 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 064ddafb..20813010 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +3.5.91 +====== +* Fixed gettext warnings for man and info +* Allow dots in man page names, #676482 (Matthias Clasen) +* Updated translations: + as (Nilamdyuti Goswami) + 3.5.90 ====== * Fixed new-style Mallard conditional processing diff --git a/configure.ac b/configure.ac index feda920d..18df2d2d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[3.5.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[3.5.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) AC_CONFIG_SRCDIR([src/yelp.c]) AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT