From 94255ca5f64f1e9561898f8254f28c62b2ef09e3 Mon Sep 17 00:00:00 2001 From: Summer Zhang Date: Sun, 27 Feb 2022 21:49:25 +0800 Subject: [PATCH] chore(release): Prepare release for 0.9.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eea56d7..37c78b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(obs-ssp VERSION 0.9.2) +project(obs-ssp VERSION 0.9.3) add_compile_definitions(OBS_SSP_VERSION="${CMAKE_PROJECT_VERSION}")