diff options
-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]) |