From 44ecf1a542d53acda1420a3685901293e8c24717 Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Wed, 11 Aug 2021 10:27:27 +0100
Subject: [PATCH] fix meson.build for latest version

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index c65bc8784..6b42ead1f 100644
--- a/meson.build
+++ b/meson.build
@@ -45,7 +45,7 @@ project(
         'cpp_std=gnu++17',
         'b_asneeded=false', # required on some platforms
     ],
-    version : '2.2pre1', # should agree with binary_c_version.h
+    version : '2.2.0', # should agree with binary_c_version.h
 )
 
 ############################################################
-- 
GitLab