summaryrefslogtreecommitdiffstats
path: root/mkreldate.sh
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-02-06 14:42:40 -0800
committerKevin McCarthy <kevin@8t8.us>2018-02-06 14:42:40 -0800
commit02d571c2f55b2c14c7383c5e89901ccbb2b977cb (patch)
tree79598a79f535d2e51d967d86e251857940d7765a /mkreldate.sh
parentfefbd81f7339573ade08d29af2bf2e8e07349da7 (diff)
Fix document version and date for git build.
Change mkreldate.sh to output just the date, so it can be used in the manual too.
Diffstat (limited to 'mkreldate.sh')
-rwxr-xr-xmkreldate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkreldate.sh b/mkreldate.sh
index bdbffdb8..ac115389 100755
--- a/mkreldate.sh
+++ b/mkreldate.sh
@@ -8,4 +8,4 @@ else
reldate=$(head -n 1 ChangeLog | LC_ALL=C cut -d ' ' -f 1)
fi
-echo 'const char *ReleaseDate = "'$reldate'";'
+echo $reldate