mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
updates the version number
This commit is contained in:
parent
01f71ec5e4
commit
f3d6a7b56b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ cmake_minimum_required (VERSION 2.6)
|
||||||
project (LUPPP)
|
project (LUPPP)
|
||||||
|
|
||||||
set(LUPPP_VERSION_MAJOR "1")
|
set(LUPPP_VERSION_MAJOR "1")
|
||||||
set(LUPPP_VERSION_MINOR "0")
|
set(LUPPP_VERSION_MINOR "1")
|
||||||
set(LUPPP_VERSION_PATCH "1")
|
set(LUPPP_VERSION_PATCH "0")
|
||||||
|
|
||||||
set(LUPPP_VERSION "${LUPPP_VERSION_MAJOR}.${LUPPP_VERSION_MINOR}.${LUPPP_VERSION_PATCH}")
|
set(LUPPP_VERSION "${LUPPP_VERSION_MAJOR}.${LUPPP_VERSION_MINOR}.${LUPPP_VERSION_PATCH}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue