mcl: 0.1.12

This commit is contained in:
Merry 2022-12-28 19:23:40 +00:00
parent 9e6107f565
commit 7f357b571f

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
include(GNUInstallDirs)
project(mcl LANGUAGES CXX VERSION 0.1.11)
project(mcl LANGUAGES CXX VERSION 0.1.12)
# Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project.