From 615278f3365087e436ee5ea13e0d15bd60718038 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 10 Oct 2023 23:30:18 -0500 Subject: hscript: Allow multiple inheritance This allows a HorizonScript to inherit from multiple files. Files are parsed in a system-defined, unspecified order, but all scripts of a given depth are guaranteed to be parsed before the next depth. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fcfaf81..f10a5e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ include(CheckIncludeFiles) project(Horizon LANGUAGES C CXX - VERSION 0.9.7) + VERSION 0.9.8) add_definitions(-DVERSTR="${PROJECT_VERSION}") -- cgit v1.2.3-60-g2f50