From 140a01333e71f3776982b9042d5f3987fded9325 Mon Sep 17 00:00:00 2001 From: Minmin Gong Date: Wed, 29 Apr 2020 23:12:52 -0700 Subject: [PATCH] Bump up the version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16ccea30..f50e726c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(SC_WITH_CSHARP) endif() set(SC_MAJOR_VERSION 0) -set(SC_MINOR_VERSION 2) +set(SC_MINOR_VERSION 3) set(SC_PATCH_VERSION 0) set(SC_VERSION ${SC_MAJOR_VERSION}.${SC_MINOR_VERSION}.${SC_PATCH_VERSION})