summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
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])