summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/insert-changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/insert-changelog b/bin/insert-changelog
index 3a7a8db..2676411 100755
--- a/bin/insert-changelog
+++ b/bin/insert-changelog
@@ -22,6 +22,7 @@ echo $ROLE
if test $ROLE = "rpm"; then
REVDATE=`date +"%a %b %d %Y"`
ZEROREV=0
+ NUMBER=1
REVDESC="an integer release number"
elif test $ROLE = "doc"; then
REVDATE=`date +"%Y-%M-%d"`