From f01cfaab9e764130f25b719519fea29b6c41bef3 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 28 Oct 2015 16:10:06 +0100 Subject: [PATCH] Issue #65 - Merge issue-65 to master, and drop RC_NUMBER --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5de4796..46f0841 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="EXP3" ) +### add_definitions ( -DRC_NUMBER="EXP3" ) # Issue #188 - Support user items in platform.h if (TIDY_CONFIG_FILE)