diff --git a/CMakeLists.txt b/CMakeLists.txt index 30009410bddd7892f53c5d04e507d9c54ec7ebf3..a113d69abe4ec113d47c94765909354359d13f60 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 7d1f9c8ca47ffb54c6550f997cc84ea44a4162a9..5ff4013035f2e8edb513cc94c470fa80dc2999b9 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 c2928830a12a2c308f14a40e00bf60f37d64e19d..4e7e6b6a24d7cd51cf7ca1e56cbb10d82f133ff5 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 4a082b15907c6e0bf6e87984b4f2983ea0cc8d64..1577a1e3cb14abd2d668ef69c6ef19a41b9e2ace 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 4fee426db5b4677a74be6d3d7b6738986b4a1729..c3769055a4af98e780c9116f6819e83bfbe65bd1 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>