We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a7129 commit b3d7788Copy full SHA for b3d7788
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.0)
2
# When updating to a newer version of CMake, see if we can use the following
3
project(ctre
4
HOMEPAGE_URL "https://compile-time.re"
5
- VERSION 3.0
+ VERSION 3.8.1
6
LANGUAGES CXX)
7
set(PROJECT_DESCRIPTION "Fast compile-time regular expressions with support for matching/searching/capturing during compile-time or runtime.")
8
0 commit comments