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

increase version

parent 80c78b45
No related branches found
No related tags found
No related merge requests found
Pipeline #11082 passed
cmake_minimum_required(VERSION 3.0.2)
project(fsdaqwriter)
set(MAJOR_VERSION 0)
set(MINOR_VERSION 8)
set(MAJOR_VERSION 1)
set(MINOR_VERSION 0)
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