Skip to content
Snippets Groups Projects
Commit 98f07986 authored by poirier's avatar poirier
Browse files

version 1.20.2

parent 7241494c
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE) ...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "1") set(MAJOR_VERSION "1")
set(MINOR_VERSION "20") set(MINOR_VERSION "20")
set(PATCH_VERSION "1") set(PATCH_VERSION "2")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
# check for 64 bit # check for 64 bit
......
YAT history file YAT history file
1.20.2 (2023/07/19)
===================
Fixes
class Task
Bug fixed in default constructor: MessageQ member object was not properly
initialized.
CMakeLists.txt
Missing files declared
Additions
class SFormat
Inherited from Format. The only difference is that it not throw exception
when parsing format.
1.20.1 (2023/04/11) 1.20.1 (2023/04/11)
=================== ===================
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId> <artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.20.1</version> <version>1.20.2</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
<description>Yet Another Toolkit Library</description> <description>Yet Another Toolkit Library</description>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-amd64-Linux-gcc-${library}-${mode}</artifactId> <artifactId>YAT-amd64-Linux-gcc-${library}-${mode}</artifactId>
<version>1.20.1</version> <version>1.20.2</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-shared-${mode}</artifactId> <artifactId>YAT-${aol}-shared-${mode}</artifactId>
<version>1.20.1</version> <version>1.20.2</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment