From d4feb7e06aa763eac2dcc245a48f7ce7e25bb295 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 24 May 2016 10:46:44 -0700 Subject: [PATCH] Actually bump the core version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 286e6ff0..51039998 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include(CompilerFlags) include(Sanitizers) 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}) include_directories(${REALM_CORE_INCLUDE_DIR} src external/pegtl)