Skip to content

Commit e922389

Browse files
committed
changes.sh: use a more recent release example.
1 parent ee13243 commit e922389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# You'll probably want to edit manually the result of executing the script.
77
#
88
if [[ $# -eq 0 ]] ; then
9-
echo "No version supplied (e.g. '0.40')"
9+
echo "No version supplied (e.g. '1.0.3')"
1010
exit 1
1111
fi
1212
OLDTAG=`git tag -l --merged 1-stable --sort=-taggerdate|head -1`

0 commit comments

Comments
 (0)