Bump version number to 4.5.4 due to Nagios fix
Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2015-01-06 18:32:35 UTC (rev 472) +++ trunk/Makefile 2015-01-06 18:35:20 UTC (rev 473) @@ -23,7 +23,7 @@ # Check that /usr/local/nagios does not have any files in there # This sets the version of the packages -BASE_VERSION = 4.5.3 +BASE_VERSION = 4.5.4 BUILD_AND_DATE := $(shell ./get_version) REVISION := $(shell echo ${BUILD_AND_DATE} | awk '{print $$1}') VERSION = ${BASE_VERSION}.${REVISION}