diff options
author | Stefano Facchini <stefano.facchini@gmail.com> | 2018-03-12 11:07:28 +0100 |
---|---|---|
committer | Stefano Facchini <stefano.facchini@gmail.com> | 2018-03-12 11:07:28 +0100 |
commit | 9b17875c2ea649efd414f1c8f56d8b4abb69ed2b (patch) | |
tree | 742cb72a9e8ad6824981232795c779fdd5aaf8de | |
parent | 14d74d1b5f3c30600e986a909865755cc5423716 (diff) | |
download | baobab-gnome-3-28.tar.gz |
Release 3.28.03.28.0gnome-3-28
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +3.28.0 +====== + + * Removed now useless po/Makevars + * Updated translations (da, el, fr, gd, gl, hr, it, kk, ko, lt, lv, nl, pt_BR, sk, sr@latin, tr, vi, zh_TW) + * Updated documentation translations (es, hr) + 3.27.90 ======= diff --git a/meson.build b/meson.build index f565b05..30d996d 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'baobab', ['vala', 'c'], - version: '3.27.90', + version: '3.28.0', license: 'GPL2+', meson_version: '>= 0.41.0', ) |