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

version 1.21.2

parent 6e3059a6
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 "1")
set(PATCH_VERSION "2")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
# check for 64 bit
......
YAT history file
===================
1.21.2 (2024/07/dd)
1.21.2 (2024/07/15)
===================
Fixes
......@@ -13,7 +13,7 @@ Fixes
Additions
classes Float32 & Float64
Comparable floating point types with NaN support
Comparable floating point types
-> see <yat/utils/Float.h>
1.21.1 (2024/04/16)
......
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.21.1</version>
<version>1.21.2</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.1</version>
<version>1.21.2</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.1</version>
<version>1.21.2</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