diff options
author | Shaun McCance <shaunm@redhat.com> | 2021-03-13 18:58:03 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2021-03-13 18:58:03 -0500 |
commit | a2c4d104528502d1febab55c78f48c9cbf08345b (patch) | |
tree | 37840117becf6995f9de3903e613033c5f7764a4 | |
parent | c16297d10c8bd32bbf890453594368122e612d97 (diff) | |
download | yelp-xsl-a2c4d104528502d1febab55c78f48c9cbf08345b.tar.gz |
Version 40.rc40.rc
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +40.rc +===== +* Updated translations: + gl (Fran Dieguez) + sl (Matej Urbančič) + 40.beta ======= * Added new text templates for easier CSS editing diff --git a/configure.ac b/configure.ac index bc4f09bc..e840b342 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],[40.beta],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) +AC_INIT([yelp-xsl],[40.rc],[https://gitlab.gnome.org/gnome/yelp-xsl/issues]) AC_CONFIG_MACRO_DIR([m4]) |