From 952aaca43dff37b3886307c2cf3d46ece2b927f7 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Fri, 14 Aug 2020 22:02:47 -0500 Subject: [PATCH] up version to 0.1.0b7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dc960779..0554b0c23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CONFIG_32BIT ${CONFIG_32BIT}) set(MVDIST_ONLY ${MVDIST_ONLY}) add_definitions(-D_USE_MATH_DEFINES) -add_definitions(-DMV_SANDBOX_VERSION="0.1.0b6") +add_definitions(-DMV_SANDBOX_VERSION="0.1.0b7") # Include sub-projects. add_subdirectory ("DearPyGui")