Skip to content
Snippets Groups Projects
Commit f464c889 authored by Yuelong Yu's avatar Yuelong Yu
Browse files

increase version for new release

parent 9ca67267
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.2)
project(fsdaqwriter)
set(MAJOR_VERSION 0)
set(MINOR_VERSION 5)
set(MINOR_VERSION 6)
set(SO_VERSION 1)
set(LIBRARY_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}")
set(SO_VERSION ${LIBRARY_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment