From 1c8dfd701b659c84cf843021761c4660e858b7e7 Mon Sep 17 00:00:00 2001
From: Camila San <hello@camila.codes>
Date: Fri, 12 Apr 2019 17:17:23 +0200
Subject: [PATCH] Increase version to 2.5.3.

---
 VERSION.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION.cmake b/VERSION.cmake
index 23763b5dc..b08e6f944 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,6 @@
 set( MIRALL_VERSION_MAJOR 2 )
 set( MIRALL_VERSION_MINOR 5 )
-set( MIRALL_VERSION_PATCH 2 )
+set( MIRALL_VERSION_PATCH 3 )
 set( MIRALL_VERSION_YEAR  2019 )
 set( MIRALL_SOVERSION 0 )