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

version 1.14.0

parent 44589da6
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ cmake_minimum_required (VERSION 2.6)
set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "1")
set(MINOR_VERSION "13")
set(PATCH_VERSION "14")
set(MINOR_VERSION "14")
set(PATCH_VERSION "0")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
......@@ -16,7 +16,7 @@ endif()
find_package(PkgConfig)
pkg_check_modules(TANGO tango REQUIRED)
pkg_check_modules(YAT yat REQUIRED)
pkg_check_modules(YAT yat>=1.20.3 REQUIRED)
if (UNIX)
add_definitions(-O2 -g -gstabs+ -std=c++0x -Wall -Wextra -DYAT4TANGO_PROJECT_VERSION=${VERSION} -DYAT4TANGO_PROJECT_NAME=YAT4TANGO)
......
YAT4Tango history file
1.13.15 (2024/xx/xx)
====================
1.14.0 (2024/04/03)
===================
Fixes
Dynamic attributes now work properly in dservers managing more than one
device of one or more different classes
device of one or more different classes (CPPAPIS-249)
Changes
Write property values only in case of value change, in order to prevent
useless database accesses (CPPAPIS-226)
1.13.14 (2023/12/05)
====================
......
......@@ -13,7 +13,7 @@
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
<version>1.13.14</version>
<version>1.14.0</version>
<packaging>nar</packaging>
......
......@@ -11,7 +11,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>1.13.13</version>
<version>1.14.0</version>
<packaging>nar</packaging>
<name>YAT4Tango</name>
......
......@@ -11,7 +11,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-shared-${mode}</artifactId>
<version>1.13.13</version>
<version>1.14.0</version>
<packaging>nar</packaging>
<name>YAT4Tango</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment