Skip to content

Commit f08470b

Browse files
committed
version 0.5
1 parent 8402580 commit f08470b

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
@@ -7,8 +7,8 @@ set(CMAKE_CXX_FLAGS "-Wall -std=c++14 -march=native")
77
set(CMAKE_CXX_FLAGS_DEBUG "-g -O0 -DDEBUG")
88
set(CMAKE_CXX_FLAGS_RELEASE "-flto -O3 -DRELEASE")
99
set(VERSION_MAJOR 0)
10-
set(VERSION_MINOR 4)
11-
set(VERSION_PATCH 2)
10+
set(VERSION_MINOR 5)
11+
set(VERSION_PATCH 0)
1212

1313
add_compile_definitions(MONAA_VERSION="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1414

0 commit comments

Comments
 (0)