Skip to content
Snippets Groups Projects
Commit 21dc14ae authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

version 1.21.1

parent 1759a85e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "1")
set(MINOR_VERSION "21")
set(PATCH_VERSION "0")
set(PATCH_VERSION "1")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
# check for 64 bit
......
YAT history file
1.21.1 (2024/04/16)
===================
Fixes
Starting with gcc 4.8 'atomic' type is defined in <atomic> header file
1.21.0 (2024/04/03)
===================
......
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.21.0</version>
<version>1.21.1</version>
<packaging>nar</packaging>
<name>YAT</name>
<description>Yet Another Toolkit Library</description>
......
......@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-amd64-Linux-gcc-${library}-${mode}</artifactId>
<version>1.21.0</version>
<version>1.21.1</version>
<packaging>nar</packaging>
<name>YAT</name>
......
......@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-shared-${mode}</artifactId>
<version>1.21.0</version>
<version>1.21.1</version>
<packaging>nar</packaging>
<name>YAT</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment