From 47c9525667713a3eb123b005ffb7c8e1fdc86c1a Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Wed, 30 Sep 2020 01:25:54 +0200 Subject: Bump versiont to v1.0.0 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index f5ee332..e7ab904 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlclock', 'c', - version: '0.1.0', + version: '1.0.0', license: 'GPLv3', default_options: [ 'c_std=c11', @@ -14,7 +14,7 @@ cc = meson.get_compiler('c') add_project_arguments(cc.get_supported_arguments([ '-D_POSIX_C_SOURCE=200809L', - '-DVERSION="0.1.0"', + '-DVERSION="1.0.0"', '-fsigned-char', '-Wno-unused-parameter', '-Wpointer-arith', -- cgit v1.2.3