From c30ac956ca64731e3d69f4e8dd6b53c81f34ddb7 Mon Sep 17 00:00:00 2001 From: Joshua Saxby Date: Sun, 15 May 2022 06:28:03 +0100 Subject: [PATCH] Version 0.1.0 Everything basic is implemented, except bit-shifting. [skip ci] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca8e1fa..701d46c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ else() set(ARBY_SUBPROJECT ON) endif() -project(arby VERSION 0.4.1 LANGUAGES CXX) +project(arby VERSION 0.1.0 LANGUAGES CXX) find_program(CCACHE_PROGRAM ccache) if(CCACHE_PROGRAM)