Issue #64 - bump version to .EXP2 for this fix

This commit is contained in:
Geoff McLane 2015-10-08 17:07:52 +02:00
parent adbad0379e
commit 55060018b3
1 changed files with 1 additions and 1 deletions

View File

@ -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="EXP1" )
add_definitions ( -DRC_NUMBER="EXP2" )
# Issue #188 - Support user items in platform.h
if (TIDY_CONFIG_FILE)