Skip to content

Commit 78f0c81

Browse files
committed
Bumped version to 0.10.0
1 parent daa4e9e commit 78f0c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project(eos)
22
cmake_minimum_required(VERSION 2.8.12)
33
set(eos_VERSION_MAJOR 0)
4-
set(eos_VERSION_MINOR 9)
5-
set(eos_VERSION_PATCH 1)
4+
set(eos_VERSION_MINOR 10)
5+
set(eos_VERSION_PATCH 0)
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)