We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da48c1 commit fa55bd6Copy full SHA for fa55bd6
1 file changed
bin/mkrelease
@@ -190,7 +190,7 @@ note "Verifying there's no uncommitted changes..."
190
$do svn st | grep "^[AMGRD] " && die "There seems to be uncommitted changes in this working copy"
191
192
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\"/" \
+$do sed -i -r -e "/^__version__/s/\"[.0-9]+(-dev[0-9]*)?\"/\"$VER\"/" \
194
-e "/^__rev__/s/\".*\"/\"\$Rev:\$\"/" \
195
$VERFILE
196
0 commit comments