alec

Abstraction Layer for Escape Codes
git clone git://git.dimitrijedobrota.com/alec.git
Log | Files | Refs | README | LICENSE

commit dc75d824a5365bef24ac62baa67a30d4008c693b
parent 5b4a6203f70118959a8ca5f0851be395139ce3ba
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Wed, 28 Feb 2024 19:57:45 +0000

Version 1.0

Diffstat:
MCMakeLists.txt | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -3,7 +3,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) project( Alec - VERSION 0.0.12 + VERSION 1.0.0 DESCRIPTION "Abstraction Layer for Escape Codes" HOMEPAGE_URL https://git.dimitrijedobrota.com/alec.git LANGUAGES C CXX @@ -20,4 +20,3 @@ set(CMAKE_CXX_EXTENSIONS OFF) add_subdirectory(src) add_subdirectory(demo) -