Skip to content

Commit b3d7788

Browse files
committed
update version
1 parent c4a7129 commit b3d7788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.8.0)
22
# When updating to a newer version of CMake, see if we can use the following
33
project(ctre
44
HOMEPAGE_URL "https://compile-time.re"
5-
VERSION 3.0
5+
VERSION 3.8.1
66
LANGUAGES CXX)
77
set(PROJECT_DESCRIPTION "Fast compile-time regular expressions with support for matching/searching/capturing during compile-time or runtime.")
88

0 commit comments

Comments
 (0)