From e558e2d58f519e3a83af770d460672b1d4ba2886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Mon, 7 Feb 2022 20:43:47 +0100 Subject: [PATCH] Tag current status for release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34e222d..2b44f51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # found in the top-level directory of this distribution. cmake_minimum_required(VERSION 3.11) -project(cppast VERSION 0.0) +project(cppast VERSION 0.1.0) # options option(CPPAST_BUILD_TEST "whether or not to build the tests" OFF)