diff --git a/Makefile b/Makefile index 88e455ac..515670dc 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,9 @@ run: push: make src echo '' > NEWINSTALL + hg commit -m "$(S)" + bzr commit -m "$(S)" + git commit -a -m "$(S)" hg push + git push bzr push bzr+ssh://mdipierro@bazaar.launchpad.net/~mdipierro/web2py/devel --use-existing-dir - diff --git a/VERSION b/VERSION index 73f696c1..e4ff1ec6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-11-22 08:38:58) dev +Version 1.99.3 (2011-11-22 23:48:59) dev