From d16114cb46e4de07e6d1c0511ef8d6e1921e023e Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sat, 26 Mar 2022 16:16:55 -0400 Subject: Version 42.1 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5569d3e7..a0edd849 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +42.1 +==== +* Fixed URI parsing issue that can lead to crash [#187] +* Updated location for appdata screenshot (Sophie Herold) + 42.0 ==== * Updated appdata screenshot (Sophie Herold) diff --git a/configure.ac b/configure.ac index b9770641..908369d1 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],[42.0],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp]) +AC_INIT([Yelp],[42.1],[https://gitlab.gnome.org/GNOME/yelp/-/issues/],[yelp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/yelp.c]) -- cgit v1.2.1