We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1105fa commit 0687baaCopy full SHA for 0687baa
CMakeLists.txt
@@ -4,7 +4,7 @@ else()
4
cmake_minimum_required(VERSION 3.27)
5
endif()
6
7
-project(plog VERSION 1.1.10 LANGUAGES CXX)
+project(plog VERSION 1.1.11 LANGUAGES CXX)
8
9
# check if building as a stand-alone project
10
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
library.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
3
"name": "plog",
- "version": "1.1.10",
+ "version": "1.1.11",
"description": "Portable, simple and extensible C++ logging library",
"keywords": [
"plog",
0 commit comments