From ba0abd1f2c0d832b1647da32e1fd18b8ed05d858 Mon Sep 17 00:00:00 2001 From: Max P Date: Fri, 8 Mar 2024 18:51:55 +0100 Subject: [PATCH] Introduced Makefile versioning system --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16d3ff5..7a38cfb 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,18 @@ ## worldwide. This software is distributed without any warranty. ########################################################################### -include project.cfg +########################################################################### +# Version +########################################################################### +Makefile_Version := 1.0.0 +$(info ISE Makefile Version: $(Makefile_Version)) + +########################################################################### +# Include project configuration +########################################################################### + +include project.cfg ########################################################################### # Default values