versionDatestamp

Return the date this version of botan was released, in an integer of the form YYYYMMDD. For instance a version released on May 21, 2013 would return the integer 20130521. If the currently running version is not an official release, this function will return 0 instead.

uint
versionDatestamp
()

Return Value

Type: uint

release date, or zero if unreleased

Meta