From 5123f4d7a846a67da8eeba7caad5653345ae5e3b Mon Sep 17 00:00:00 2001 From: Lawrence Nahum Date: Wed, 8 May 2019 14:22:30 +0200 Subject: [PATCH] bump version to 0.0.12 for tag release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8835ec91f..ab3f4aefe 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gdk', ['c', 'cpp'], version: '0.0.11', meson_version : '>= 0.50') +project('gdk', ['c', 'cpp'], version: '0.0.12', meson_version : '>= 0.50') # commonly used checks compiler = meson.get_compiler('cpp')