Tag current status for release

This commit is contained in:
Jonathan Müller 2022-02-07 20:43:47 +01:00
commit e558e2d58f

View file

@ -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)