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

version 1.13.12

parent 5fe7cbb0
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 "13") set(MINOR_VERSION "13")
set(PATCH_VERSION "11") set(PATCH_VERSION "12")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8) if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
......
YAT4Tango history file YAT4Tango history file
1.13.12 (2023/04/12)
====================
Fixes
In FormatHelper.h removed useless & conflicting dependencies
1.13.11 (2023/04/05) 1.13.11 (2023/04/05)
==================== ====================
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId> <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
<version>1.13.11</version> <version>1.13.12</version>
<packaging>nar</packaging> <packaging>nar</packaging>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-amd64-Linux-gcc-shared-${mode}</artifactId> <artifactId>YAT4Tango-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>1.13.11</version> <version>1.13.12</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT4Tango</name> <name>YAT4Tango</name>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-amd64-Linux-gcc-shared-${mode}</artifactId> <artifactId>YAT-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>1.18.8</version> <version>1.20.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment