From 28334454844ec6b54bd334cbbbc9f799445de565 Mon Sep 17 00:00:00 2001
From: Stephane Poirier <stephane-poirier@synchrotron-soleil.fr>
Date: Mon, 18 Jul 2022 10:09:09 +0200
Subject: [PATCH] version 1.19.1

---
 CMakeLists.txt   | 2 +-
 ReleaseNotes.txt | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d87a581..85cbc8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
 
 set(MAJOR_VERSION "1")
 set(MINOR_VERSION "19")
-set(PATCH_VERSION "0")
+set(PATCH_VERSION "1")
 set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 
 # check for 64 bit
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 3ecc20d..030b690 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,5 +1,10 @@
 YAT history file
 
+1.19.1 (2022/07/18)
+===================
+
+    Fixed bad version numbers
+
 1.19.0 (2022/07/08)
 ===================
 
-- 
GitLab