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