Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d1abac

Browse files
committedSep 4, 2015
Remove RC1, and declare release
1 parent f450263 commit 3d1abac

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="RC1" )
88+
### add_definitions ( -DRC_NUMBER="RC1" )
8989

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

0 commit comments

Comments
 (0)
Please sign in to comment.