From d875d04c8dfc54ee03750d83f85635007dca9361 Mon Sep 17 00:00:00 2001 From: Benjamin Redelings Date: Tue, 15 Nov 2022 13:33:51 -0500 Subject: [PATCH] Update version to alpha8. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5ae070f177..c4523620af 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('bali-phy', ['cpp','c'], - version: '4.0-alpha8pre', + version: '4.0-alpha8', default_options : [ 'cpp_std=c++20', 'warning_level=3',