From cfe4206a62eddfa4f3da1bb3dca260d433907a8a Mon Sep 17 00:00:00 2001 From: Scoopta Date: Tue, 28 Jul 2020 00:25:23 -0700 Subject: [PATCH] v1.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 69eb8b6..7a15e2b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('wofi', 'c', version : 'hg', default_options : ['c_std=c99', 'buildtype=release', 'warning_level=2']) +project('wofi', 'c', version : 'v1.2', default_options : ['c_std=c99', 'buildtype=release', 'warning_level=2']) cc = meson.get_compiler('c') pkgcfg = import('pkgconfig')