diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | data/org.gnome.font-viewer.appdata.xml.in | 3 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNOME Font Viewer - 40.beta +GNOME Font Viewer - 40.0 ------------------------------------------------------------------------------- Fonts 40 comes with a slight visual refresh, sporting rounded bottom window corners. In addition there have @@ -21,6 +21,7 @@ been general bug fixes and improvements. - Kazakh - Kurdish, Central - Malay + - Panjabi - Persian - Portuguese - Portuguese (Brazil) diff --git a/data/org.gnome.font-viewer.appdata.xml.in b/data/org.gnome.font-viewer.appdata.xml.in index 6235595..78519c2 100644 --- a/data/org.gnome.font-viewer.appdata.xml.in +++ b/data/org.gnome.font-viewer.appdata.xml.in @@ -34,7 +34,7 @@ </kudos> <content_rating type="oars-1.1" /> <releases> - <release version="40.beta" date="2021-02-13"> + <release version="40.0" date="2021-03-20"> <description> <p>Fonts 40 comes with a slight visual refresh, sporting rounded bottom window corners. In addition there have been general bug fixes and improvements.</p> <ul> @@ -56,6 +56,7 @@ <li>Kazakh</li> <li>Kurdish, Central</li> <li>Malay</li> + <li>Panjabi</li> <li>Persian</li> <li>Portuguese</li> <li>Portuguese (Brazil)</li> diff --git a/meson.build b/meson.build index a3c64ec..3411e9a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-font-viewer', 'c', - version: '40.rc', + version: '40.0', license: 'GPLv2+', meson_version: '>= 0.50.0', ) |