From f468a1a6ecafadbb991a3ec6e651fe2e5907c4f0 Mon Sep 17 00:00:00 2001
From: Stephane Poirier <stephane-poirier@synchrotron-soleil.fr>
Date: Mon, 11 Jul 2022 10:47:33 +0200
Subject: [PATCH] [CMakeLists.txt] Version 1.19.0M

---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67f240b..d87a581 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,8 +4,8 @@ cmake_minimum_required (VERSION 2.6)
 set(CMAKE_VERBOSE_MAKEFILE TRUE)
 
 set(MAJOR_VERSION "1")
-set(MINOR_VERSION "18")
-set(PATCH_VERSION "9")
+set(MINOR_VERSION "19")
+set(PATCH_VERSION "0")
 set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 
 # check for 64 bit
-- 
GitLab