From 38230a0492fca8394789c33424eac8c82489e995 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Fri, 19 Apr 2019 15:50:30 +0200 Subject: [PATCH] Use specific version number --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 316f898..24351e8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('agg', 'c', 'cpp', version: '2.4', default_options : ['cpp_std=c++03']) +project('agg', 'c', 'cpp', version: '2.4-franko1', default_options : ['cpp_std=c++03']) agg_deps = [] if host_machine.system() == 'linux'