Skip to content

Commit 3a0b316

Browse files
committed
Bumped version to 0.11.1
1 parent 438fbe0 commit 3a0b316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1.3)
22
project(eos)
33
set(eos_VERSION_MAJOR 0)
44
set(eos_VERSION_MINOR 11)
5-
set(eos_VERSION_PATCH 0)
5+
set(eos_VERSION_PATCH 1)
66
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})
77

88
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

0 commit comments

Comments
 (0)