Skip to content

Commit 92b3921

Browse files
committed
Updated plugins and version to 0.6.1
1 parent 918b203 commit 92b3921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.1)
2929

3030
set(CECE_VERSION_MAJOR 0)
3131
set(CECE_VERSION_MINOR 6)
32-
set(CECE_VERSION_PATCH 0)
32+
set(CECE_VERSION_PATCH 1)
3333
set(CECE_VERSION ${CECE_VERSION_MAJOR}.${CECE_VERSION_MINOR}.${CECE_VERSION_PATCH})
3434

3535
# ######################################################################### #

0 commit comments

Comments
 (0)