Skip to content
Snippets Groups Projects
Commit 08047cfb authored by Stephane Poirier's avatar Stephane Poirier
Browse files

version 1.13.7

parent de42c7d2
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 "6") set(PATCH_VERSION "7")
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.7 (2022/07/20)
===================
Changes:
class DeviceTask
DeviceTask::post methods now return the value returned by MessageQ::post
in order to be able to know if a message was properly posted,
without activating exception throwing in Task configuration
-> see <yat4tango/DeviceTask.h>
1.13.6 (2022/07/11) 1.13.6 (2022/07/11)
=================== ===================
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId> <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
<version>1.13.7-SNAPSHOT</version> <version>1.13.7</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.6</version> <version>1.13.7</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT4Tango</name> <name>YAT4Tango</name>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-shared-${mode}</artifactId> <artifactId>YAT4Tango-${aol}-shared-${mode}</artifactId>
<version>1.13.6</version> <version>1.13.7</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT4Tango</name> <name>YAT4Tango</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment