From 871a0603a9622ce3d5149df26f91f7e19e7bd9b8 Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Tue, 11 Aug 2020 22:56:24 -0500 Subject: [PATCH] 0.1.0b3 upload run --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ea0dd6fb..25ccb0210 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.0.dev10") +add_definitions(-DMV_SANDBOX_VERSION="0.1.0b3") # Include sub-projects. add_subdirectory ("DearPyGui")