Skip to content

Commit fa55bd6

Browse files
committed
Fixed a bug in the mkrelease script, introduced by changing the naming convention for development tags from X.Y.Z-dev to X.Y.Z-dev0 (etc.).
- Legacy-Id: 7873
1 parent 9da48c1 commit fa55bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ note "Verifying there's no uncommitted changes..."
190190
$do svn st | grep "^[AMGRD] " && die "There seems to be uncommitted changes in this working copy"
191191

192192
note "\nUpdating the version info in $VERFILE and making sure'\$Rev\$' is Ok"
193-
$do sed -i -r -e "/^__version__/s/\"[.0-9]+(-dev)?\"/\"$VER\"/" \
193+
$do sed -i -r -e "/^__version__/s/\"[.0-9]+(-dev[0-9]*)?\"/\"$VER\"/" \
194194
-e "/^__rev__/s/\".*\"/\"\$Rev:\$\"/" \
195195
$VERFILE
196196

0 commit comments

Comments
 (0)