From 58b4b3c8d6c48432c81c4070829b29db5950a9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 19 Mar 2023 05:14:23 +0100 Subject: [PATCH] Bump version to 44.0 Update NEWS. Part-of: --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 119f48ca..cab0d150 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +44.0 +==== +* Bump version + 44.rc ===== * Bump version diff --git a/meson.build b/meson.build index 96ac31a8..f3160208 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '44.rc', + version: '44.0', meson_version: '>= 0.58.0', license: 'GPL2+' )