This commit is contained in:
Sy Brand
2025-09-01 10:44:16 +01:00
parent be15494b73
commit 1770e3559f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
project(tl-expected
HOMEPAGE_URL https://tl.tartanllama.xyz
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
VERSION 1.3.0
VERSION 1.3.1
LANGUAGES CXX)
include(CMakePackageConfigHelpers)

View File

@@ -18,7 +18,7 @@
#define TL_EXPECTED_VERSION_MAJOR 1
#define TL_EXPECTED_VERSION_MINOR 3
#define TL_EXPECTED_VERSION_PATCH 0
#define TL_EXPECTED_VERSION_PATCH 1
#include <exception>
#include <functional>