summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/insert-changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/insert-changelog b/bin/insert-changelog
index 2676411..58eff41 100755
--- a/bin/insert-changelog
+++ b/bin/insert-changelog
@@ -25,7 +25,7 @@ if test $ROLE = "rpm"; then
NUMBER=1
REVDESC="an integer release number"
elif test $ROLE = "doc"; then
- REVDATE=`date +"%Y-%M-%d"`
+ REVDATE=`date +"%Y-%m-%d"`
ZEROREV=0.0 # unlikely, but you never know
REVDESC="a decimal version number"
else