From df712db91db65e99c111ba1c5e5cd0bc4d1ea92a Mon Sep 17 00:00:00 2001
From: Stephane Poirier <stephane-poirier@synchrotron-soleil.fr>
Date: Thu, 15 Dec 2022 17:26:01 +0100
Subject: [PATCH] version 1.19.5

---
 CMakeLists.txt         | 2 +-
 ReleaseNotes.txt       | 8 ++++++++
 pom.xml                | 2 +-
 pom_64.xml             | 2 +-
 pom_64_Win7_shared.xml | 2 +-
 5 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3000941..a113d69 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 "4")
+set(PATCH_VERSION "5")
 set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 
 # check for 64 bit
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 7d1f9c8..5ff4013 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,5 +1,13 @@
 YAT history file
 
+1.19.5 (2022/12/15)
+===================
+
+Fixes
+    class Format
+         An exception could be thrown despite passing false as 2nd argument
+         in Format c-tor
+
 1.19.4 (2022/12/14)
 ===================
 
diff --git a/pom.xml b/pom.xml
index c292883..4e7e6b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   </parent>
   <groupId>fr.soleil.lib</groupId>
   <artifactId>YAT-${aol}-${library}-${mode}</artifactId>
-<version>1.19.4</version>
+<version>1.19.5</version>
   <packaging>nar</packaging>
   <name>YAT</name>
   <description>Yet Another Toolkit Library</description>
diff --git a/pom_64.xml b/pom_64.xml
index 4a082b1..1577a1e 100644
--- a/pom_64.xml
+++ b/pom_64.xml
@@ -10,7 +10,7 @@
 
   <groupId>fr.soleil.lib</groupId>
   <artifactId>YAT-amd64-Linux-gcc-${library}-${mode}</artifactId>
-  <version>1.19.4</version>
+  <version>1.19.5</version>
 
   <packaging>nar</packaging>
   <name>YAT</name>
diff --git a/pom_64_Win7_shared.xml b/pom_64_Win7_shared.xml
index 4fee426..c376905 100644
--- a/pom_64_Win7_shared.xml
+++ b/pom_64_Win7_shared.xml
@@ -10,7 +10,7 @@
 
   <groupId>fr.soleil.lib</groupId>
   <artifactId>YAT-${aol}-shared-${mode}</artifactId>
-  <version>1.19.4</version>
+  <version>1.19.5</version>
 
   <packaging>nar</packaging>
   <name>YAT</name>
-- 
GitLab