makerelease: fix DATECODE output

This commit is contained in:
William Pitcock 2016-05-14 17:28:49 -05:00
parent b28cccb704
commit be7c282296

View file

@ -32,5 +32,5 @@ echo "[charybdis] Generating include/serno.h for tip $MYTIP."
cat << _EOF_ > include/serno.h
/* Generated automatically by makepackage. Any changes made here will be lost. */
#define SERNO "$SERNO"
#define DATECODE "$DATECODE"
#define DATECODE ${DATECODE}UL
_EOF_