From 87e0e11b49055fbe4de3e7a80a43607a79e5666e Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Fri, 4 Sep 2015 15:03:08 +0200 Subject: [PATCH] Merge of issue-228 to master --- CMakeLists.txt | 2 +- version.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd11581..61ace2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ add_definitions ( -DSUPPORT_ASIAN_ENCODINGS=1 ) add_definitions ( -DSUPPORT_ACCESSIBILITY_CHECKS=1 ) add_definitions ( -DLIBTIDY_VERSION="${LIBTIDY_VERSION}" ) add_definitions ( -DRELEASE_DATE="${tidy_YEAR}/${tidy_MONTH}/${tidy_DAY}" ) -add_definitions ( -DRC_NUMBER="D231" ) +### add_definitions ( -DRC_NUMBER="D231" ) # Issue #188 - Support user items in platform.h if (TIDY_CONFIG_FILE) diff --git a/version.txt b/version.txt index b3d3987..ef93d66 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.1.7 -2015.08.22 +5.1.8 +2015.09.04