mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Bumped version
This commit is contained in:
@@ -5,14 +5,14 @@ if(DEFINED PROJECT_NAME)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.12")
|
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.12")
|
||||||
project(indicators VERSION 1.9.0 LANGUAGES CXX
|
project(indicators VERSION 2.0.0 LANGUAGES CXX
|
||||||
HOMEPAGE_URL "https://github.com/p-ranav/indicators"
|
HOMEPAGE_URL "https://github.com/p-ranav/indicators"
|
||||||
DESCRIPTION "Activity Indicators for Modern C++")
|
DESCRIPTION "Activity Indicators for Modern C++")
|
||||||
elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "3.9")
|
elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "3.9")
|
||||||
project(indicators VERSION 1.9.0 LANGUAGES CXX
|
project(indicators VERSION 2.0.0 LANGUAGES CXX
|
||||||
DESCRIPTION "Activity Indicators for Modern C++")
|
DESCRIPTION "Activity Indicators for Modern C++")
|
||||||
else()
|
else()
|
||||||
project(indicators VERSION 1.9.0 LANGUAGES CXX)
|
project(indicators VERSION 2.0.0 LANGUAGES CXX)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
|
if(EXISTS "${CMAKE_BINARY_DIR}/conanbuildinfo.cmake")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<a href="https://github.com/p-ranav/indicators/blob/master/LICENSE">
|
<a href="https://github.com/p-ranav/indicators/blob/master/LICENSE">
|
||||||
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
|
||||||
</a>
|
</a>
|
||||||
<img src="https://img.shields.io/badge/version-1.9-blue.svg?cacheSeconds=2592000" alt="version"/>
|
<img src="https://img.shields.io/badge/version-2.0-blue.svg?cacheSeconds=2592000" alt="version"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user