From 584badd457f2f9f5d867aad5bac24a51ee5f52fe Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sat, 21 Nov 2020 14:11:48 -0500 Subject: Version 3.36.2 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3f675750..ca8a7788 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +3.36.2 +====== +* Fix crash when reloading local document (Michael Catanzaro) + 3.36.1 ====== * Fix issue when opening local HTML files (#158) diff --git a/configure.ac b/configure.ac index a3338ed2..cf0b5533 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[3.36.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[3.36.2],[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