From 3b374c64d79423a7efa885cb6ed7c22fc25ba5d8 Mon Sep 17 00:00:00 2001
From: lukefromdc <lukefromdc@hushmail.com>
Date: Mon, 12 Aug 2019 00:31:49 -0400
Subject: meson: fix build version

Otherwise meson builds break building anything that depends on mate-desktop 1.23.2
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index dad5d07..458c0e7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'mate-desktop',
   'c',
-  version: '1.23.1',
+  version: '1.23.2',
   license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ],
 )
 
-- 
cgit v1.2.1