Skip to content

Commit ac35df3

Browse files
committed
Bumped version to 0.5.0
1 parent 60e2d4b commit ac35df3

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
@@ -1,7 +1,7 @@
11
project(eos)
22
cmake_minimum_required(VERSION 2.8.10)
33
set(eos_VERSION_MAJOR 0)
4-
set(eos_VERSION_MINOR 4)
4+
set(eos_VERSION_MINOR 5)
55
set(eos_VERSION_PATCH 0)
66
set(eos_VERSION ${eos_VERSION_MAJOR}.${eos_VERSION_MINOR}.${eos_VERSION_PATCH})
77

0 commit comments

Comments
 (0)