#!/bin/sh -x

# Unix times are relative to 1/1/70, the IRAF epoch is 1/1/80.  Compute an
# offset so we can compare to the release stat info in CHKUPDATE.
now=`date +%s`
t=$(($now - 315532800 - 86400 - 86400))

echo "$t v2.16.1"	> linux
echo "$t v2.16.1"	> linux64
echo "$t v2.16.1"	> macosx
echo "$t v2.16.1"	> macintel
