diff options
author | Shaun McCance <shaunm@redhat.com> | 2021-09-18 14:25:55 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2021-09-18 14:25:55 -0400 |
commit | eb83ce4f0f282b3998e21798b4156536b25752b8 (patch) | |
tree | 613cef33e588d4f94e8003921455bd972711a4f3 | |
parent | e02663e94b67d6eb9ea55c92cf15d0976ce9f97c (diff) | |
download | yelp-xsl-eb83ce4f0f282b3998e21798b4156536b25752b8.tar.gz |
Version 41.041.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +41.0 +==== +* No changes since beta, stable release only + 41.beta ======= * Loosen CSS match for title/desc in linkdiv diff --git a/configure.ac b/configure.ac index 7e8abefe..da86c374 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Do not split AC_INIT across multiple lines without making localbuild.sh smarter -AC_INIT([yelp-xsl],[41.beta],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) +AC_INIT([yelp-xsl],[41.0],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) AC_CONFIG_MACRO_DIR([m4]) |