summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2021-12-03 15:04:24 -0600
committerShaun McCance <shaunm@gnome.org>2021-12-03 15:04:24 -0600
commit72d73437a3d444739d722e580153f2dd8ee50f1d (patch)
treef99df1253eda8ae57a9ed7b060367afed5d4c696
parentb93fb44a90f8c7cd9f6137ea191591ddff1deb56 (diff)
downloadyelp-72d73437a3d444739d722e580153f2dd8ee50f1d.tar.gz
Version 41.241.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21ef1906..0339709d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+41.2
+====
+* Fixed regression when opening documents with ghelp URIs
+* Updated translations:
+ bg (Alexander Shopov)
+
41.1
====
* Fixed validation issues in appdata file
diff --git a/configure.ac b/configure.ac
index e948e928..7550a101 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
# Reminder: add some release notes to data/yelp.appdata.xml.in on major releases
-AC_INIT([Yelp],[41.1],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
+AC_INIT([Yelp],[41.2],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])