From 1a5b4ea6ae1c8d57f04dc38ce8580ea23cbf083c Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 22 Aug 2012 18:08:58 -0500 Subject: [PATCH] tag in Makefile --- Makefile | 6 +++++- VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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