diff options
author | Shaun McCance <shaunm@gnome.org> | 2020-10-03 16:41:15 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2020-10-03 16:41:15 -0400 |
commit | 31f5dc15af8d1dc69d556a870a0b21d95520d7f8 (patch) | |
tree | 267da692ad519730195ef733e213137e6d7c29a1 | |
parent | c71a8c12547968a456a194bc3500e0022c8cb388 (diff) | |
download | yelp-31f5dc15af8d1dc69d556a870a0b21d95520d7f8.tar.gz |
Version 3.38.13.38.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +3.38.1 +====== +* Fix issue when opening local HTML files (#158) +* Updated translations: + he (Yosef Or Boczko) + 3.38.0 ====== * Updated translations: diff --git a/configure.ac b/configure.ac index a44897f7..6b0c3c08 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[3.38.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[3.38.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/yelp.c]) |