# Primary version number m4_define([VERSION_NUMBER], [0.3.0.1]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM # This is intended for build systems to create snapshot # RPMs. The format should be something like: # .20090915gitf1bcde7 # and would result in an SRPM looking like: # ding-libs-0.1.0-0.20090915gitf1bcde7.fc13.src.rpm m4_define([PRERELEASE_VERSION_NUMBER], []) m4_define([PATH_UTILS_VERSION_NUMBER], [0.2.1]) m4_define([DHASH_VERSION_NUMBER], [0.4.3]) m4_define([COLLECTION_VERSION_NUMBER], [0.6.2]) m4_define([REF_ARRAY_VERSION_NUMBER], [0.1.3]) m4_define([BASICOBJECTS_VERSION_NUMBER], [0.1.0]) m4_define([INI_CONFIG_VERSION_NUMBER], [1.0.0.1])