From ece33698cfef6e017da5ef73db512df64ab32392 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Tue, 22 Nov 2011 23:49:05 -0600 Subject: [PATCH] syncing bzr, hg, git --- Makefile | 5 ++++- VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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