From 4e3f853e36dee21fdca849f915cf760ae7a4b382 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 7 Oct 2015 15:13:29 +0200 Subject: [PATCH] Add RC_NUMBER EXP1 for this #65 and #280 fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12ff0d2..eb5104d 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="EXP1" ) # Issue #188 - Support user items in platform.h if (TIDY_CONFIG_FILE)