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

version 1.18.5

parent 1a907cc8
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 "18") set(MINOR_VERSION "18")
set(PATCH_VERSION "4") set(PATCH_VERSION "5")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
# check for 64 bit # check for 64 bit
...@@ -16,7 +16,7 @@ else() ...@@ -16,7 +16,7 @@ else()
endif() endif()
if (UNIX) if (UNIX)
add_definitions(-O2 -g -gstabs+ -std=c++0x -Wall -Wno-unused-variable -D_FILE_OFFSET_BITS=64 -DYAT_PROJECT_VERSION=1.18.4 -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.18.5 -DYAT_PROJECT_NAME=YAT)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,defs") set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,defs")
endif() endif()
......
YAT history file YAT history file
1.18.5 (2021/07/13)
===================
Fixes
Another (the last one!) invalid use of yat::Format in macro YAT_TRY in Exception.h
1.18.4 (2021/07/08) 1.18.4 (2021/07/08)
=================== ===================
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId> <artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.18.5-SNAPSHOT</version> <version>1.18.5</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
<description>Yet Another Toolkit Library</description> <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