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

version 1.17.4

parent 08a677ea
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 "3")
set(PATCH_VERSION "4")
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.3 -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.4 -DYAT_PROJECT_NAME=YAT)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,defs")
endif()
......
YAT history file
1.17.4 (2020/09/25)
===================
Fix
class StringUtil
in extract_token(std::string* str_p, char cLeft, char cRight, std::string *pstrToken, bool apply_escape);
& extract_token_right(std::string* str_p, char cLeft, char cRight, std::string *pstrToken, bool apply_escape);
Both methods was returning left and right remnants from token extraction
1.17.3 (2020/07/09)
===================
......
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.17.4-SNAPSHOT</version>
<version>1.17.4</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