diff --git a/Makefile b/Makefile index c433d751..472d89b5 100644 --- a/Makefile +++ b/Makefile @@ -124,4 +124,8 @@ push: hg push git push git push mdipierro - #bzr push bzr+ssh://mdipierro@bazaar.launchpad.net/~mdipierro/web2py/devel --use-existing-dir +tag: + git tag -l '$(S)' + hg tag -l '$(S)' + make commit + make push diff --git a/VERSION b/VERSION index 302b507f..d44b0446 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-22 17:35:38) dev +Version 2.00.0 (2012-08-22 18:08:54) dev