From a05299b10c443ae95f5d0f6ab5ae050079abceb7 Mon Sep 17 00:00:00 2001 From: dgsasha Date: Thu, 13 Apr 2023 16:24:03 -0400 Subject: [PATCH] v3.3 rc --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index edd0326..708caa1 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'remembrance', - version: '3.3 Beta', + version: '3.3 rc', meson_version: '>= 0.59', default_options: ['prefix=/usr'] )