commit: 7e589440fbe59bf8fb37e3e1304534befc9c7ad6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 13 16:50:47 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 13 16:50:47 2025 +0000
URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=7e589440
Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 9e433bb..c294dcf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('steve', 'cpp',
- version : '1.1.0',
+ version : '1.2.0',
default_options : [
'cpp_std=c++23',
])