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

version 1.13.14

parent 85c1efb3
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 "13") set(PATCH_VERSION "14")
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.14 (2023/12/05)
====================
Additions
New free functions to ease error management using exceptions:
- throw_yat_exception
- throw_devfailed_exception
-> see <yat4tango/ExceptionHelper.h>
1.13.13 (2023/07/19) 1.13.13 (2023/07/19)
==================== ====================
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId> <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
<version>1.13.13</version> <version>1.13.14</version>
<packaging>nar</packaging> <packaging>nar</packaging>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment