From dc6e0a8f54dbafacf5cedb94d48fb8ced9071f0d Mon Sep 17 00:00:00 2001 From: Lains <4886639+lainsce@users.noreply.github.com> Date: Wed, 25 Jan 2023 01:12:55 -0300 Subject: [PATCH] bumpo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9529b4f8..2e221cfe 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'vala', 'c', license: 'GPL-3-or-later', meson_version: '>= 0.56.0', - version: '1.2.100', + version: '1.3.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ], )