mirror of
https://github.com/fralx/LimeReport.git
synced 2025-04-02 15:33:46 +03:00
updated CMAKELIST
This commit is contained in:
parent
67a8907e3a
commit
5bca855318
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"githubPullRequests.ignoredPullRequestBranches": [
|
||||||
|
"master"
|
||||||
|
]
|
||||||
|
}
|
@ -2,10 +2,7 @@ cmake_minimum_required(VERSION 3.14)
|
|||||||
project(limereport)
|
project(limereport)
|
||||||
|
|
||||||
set(LIMEREPORT_VERSION_MAJOR 1)
|
set(LIMEREPORT_VERSION_MAJOR 1)
|
||||||
<<<<<<< HEAD
|
|
||||||
set(LIMEREPORT_VERSION_MINOR 6)
|
|
||||||
set(LIMEREPORT_VERSION_RELEASE 8)
|
|
||||||
=======
|
|
||||||
set(LIMEREPORT_VERSION_MINOR 7)
|
set(LIMEREPORT_VERSION_MINOR 7)
|
||||||
set(LIMEREPORT_VERSION_RELEASE 7)
|
set(LIMEREPORT_VERSION_RELEASE 7)
|
||||||
>>>>>>> b4b2da83307b17610728ba18fba062abc897edc0
|
>>>>>>> b4b2da83307b17610728ba18fba062abc897edc0
|
||||||
|
Loading…
Reference in New Issue
Block a user