Repository: lucy-clownfish
Updated Branches:
  refs/heads/master e4c04e2e0 -> c41b4f2d1


Adjust update_version for POD removal


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/f041b680
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/f041b680
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/f041b680

Branch: refs/heads/master
Commit: f041b68054a7d8c6aecc0240a4795962ba88bc6e
Parents: e4c04e2
Author: Nick Wellnhofer <[email protected]>
Authored: Mon Feb 22 18:25:02 2016 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Mon Feb 22 18:25:02 2016 +0100

----------------------------------------------------------------------
 devel/bin/update_version | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/f041b680/devel/bin/update_version
----------------------------------------------------------------------
diff --git a/devel/bin/update_version b/devel/bin/update_version
index a6c792e..a99ecdd 100755
--- a/devel/bin/update_version
+++ b/devel/bin/update_version
@@ -82,8 +82,6 @@ $buf =~ s/(our \$VERSION\ +=\ +)'.+?'/$1'$x_yyyzzz_version'/g
     or die "no match";
 $buf =~ s/(bootstrap Clownfish ')(.+?)'/$1$x_y_z_d_version'/
     or die "no match";
-$buf =~ s/^\d+\.\d+\.\d+(_\d+)?\b$/$x_y_z_d_version/m
-    or die "no match";
 if ( $z == 0 && $dev == 0 ) {
     $buf =~ s/(our \$MAJOR_VERSION\ +=\ +)[\d._]+/$1$x_yyyzzz_version/g
         or die "no match";

Reply via email to