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

version 1.17.3

parent 31fc1323
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 "17")
set(PATCH_VERSION "2")
set(PATCH_VERSION "3")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
# check for 64 bit
......@@ -16,7 +16,7 @@ else()
endif()
if (UNIX)
add_definitions(-O2 -g -gstabs+ -std=c++0x -Wall -Wno-unused-variable -D_FILE_OFFSET_BITS=64 -DYAT_PROJECT_VERSION=1.17.2 -DYAT_PROJECT_NAME=YAT)
add_definitions(-O2 -g -gstabs+ -std=c++0x -Wall -Wno-unused-variable -D_FILE_OFFSET_BITS=64 -DYAT_PROJECT_VERSION=1.17.3 -DYAT_PROJECT_NAME=YAT)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,defs")
endif()
......
YAT history file
1.17.3 (2020/07/09)
===================
Fix
Link failure with vc12 concerning the WaitableMessage class
1.17.2 (2020/06/15)
===================
......
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.17.3-SNAPSHOT</version>
<version>1.17.3</version>
<packaging>nar</packaging>
<name>YAT</name>
<description>Yet Another Toolkit Library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment