Introduced Makefile versioning system

This commit is contained in:
2024-03-08 18:51:55 +01:00
parent 42c4068241
commit ba0abd1f2c

View File

@@ -6,8 +6,18 @@
## worldwide. This software is distributed without any warranty. ## 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 # Default values