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