summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-10-26 21:59:50 +0000
committerDavid King <amigadave@amigadave.com>2015-10-26 21:59:50 +0000
commit4e3b3a8f8e043b4574ed22bcc4fcc4b5b92258b1 (patch)
treead18b23c8569503777c431a321b83cce449b8981
parentdcd65e33e0c048c1834984c89df8a16d85e7e9a7 (diff)
downloadyelp-3.19.1.tar.gz
Version 3.19.13.19.1
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
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])