From 4e3b3a8f8e043b4574ed22bcc4fcc4b5b92258b1 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 26 Oct 2015 21:59:50 +0000 Subject: Version 3.19.1 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d3a58ace..c646cb6e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +3.19.1 +====== +* Simplify build system and avoid private yelpcommon library, #756654 (David + King) +* Hide several internal symbols, #756658 (David King) +* Updated translations: + eu (Inaki Larranaga Murgoitio) + 3.18.1 ====== * Updated translations: diff --git a/configure.ac b/configure.ac index 49ff6ccb..7880124e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[3.18.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[3.19.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/yelp.c]) -- cgit v1.2.1