From f0cd3317d8942ff575288132fde5486a25d24556 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 8 Feb 2022 22:41:02 +0100 Subject: [PATCH] meson: reflect project version bump --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index d5fe4e9..77ba24c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ # configure and build with: meson build && ninja -C build -project('fortuna', ['cpp'], license: 'GPL', default_options: ['cpp_std=c++20']) +project('fortuna', ['cpp'], version: '0.1.0', license: 'GPL', default_options: ['cpp_std=c++20']) cc = meson.get_compiler('cpp')