Skip to content

Commit 4e3f853

Browse files
committed
Add RC_NUMBER EXP1 for this #65 and #280 fix
1 parent b63c109 commit 4e3f853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ add_definitions ( -DSUPPORT_ASIAN_ENCODINGS=1 )
8585
add_definitions ( -DSUPPORT_ACCESSIBILITY_CHECKS=1 )
8686
add_definitions ( -DLIBTIDY_VERSION="${LIBTIDY_VERSION}" )
8787
add_definitions ( -DRELEASE_DATE="${tidy_YEAR}/${tidy_MONTH}/${tidy_DAY}" )
88-
### add_definitions ( -DRC_NUMBER="D231" )
88+
add_definitions ( -DRC_NUMBER="EXP1" )
8989

9090
# Issue #188 - Support user items in platform.h
9191
if (TIDY_CONFIG_FILE)

0 commit comments

Comments
 (0)