Actually bump the core version

This commit is contained in:
Thomas Goyne 2016-05-24 10:46:44 -07:00
parent 840c46f8f3
commit d4feb7e06a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ include(CompilerFlags)
include(Sanitizers) include(Sanitizers)
include(RealmCore) include(RealmCore)
set(REALM_CORE_VERSION "0.100.1" CACHE STRING "") set(REALM_CORE_VERSION "1.0.1" CACHE STRING "")
use_realm_core(${REALM_CORE_VERSION}) use_realm_core(${REALM_CORE_VERSION})
include_directories(${REALM_CORE_INCLUDE_DIR} src external/pegtl) include_directories(${REALM_CORE_INCLUDE_DIR} src external/pegtl)