From 52c56a41c2c04117377b63640e417feb55202bf2 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Thu, 30 Dec 2021 17:22:36 +0100 Subject: Release v1.0.1 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index bd8a15c..f5c6eac 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'wlclock', 'c', - version: '1.0.0', + version: '1.0.1', 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="1.0.0"', + '-DVERSION="1.0.1"', '-fsigned-char', '-Wno-unused-parameter', '-Wpointer-arith', -- cgit v1.2.3