From c745dd6362c9f9de27355f47e18923ca7a093716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 22 Dec 2020 01:33:44 +0100 Subject: [PATCH] build: Change upcoming version to 40.alpha2 I messed up and released 40.alpha at the same time as 3.38.2, when it's supposed to be in January. In order to re-align with the schedule, change the upcoming version to 40.alpha2 so we don't have to skip a release and will be back on track in time of 40.beta. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a83155c1..4b6a3d96 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '40.beta', + version: '40.alpha2', meson_version: '>= 0.44.0', license: 'GPL2+' )