From d639181afc4f5791451a2d7cdbf04364d0b65ea1 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Thu, 30 Jul 2015 14:47:59 +0200 Subject: [PATCH] Make it clear this is RC_VERSION=D231 running --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 687349e..cd11581 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="RC1" ) +add_definitions ( -DRC_NUMBER="D231" ) # Issue #188 - Support user items in platform.h if (TIDY_CONFIG_FILE)