[Pkg-mozext-commits] [itsalltext] 348/459: Version 1.2

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 03f797dea3718c8738da087d080d7d4f7ebb4674
Author: Christian Höltje <docwhat at gerf.org>
Date:   Tue Feb 10 21:50:19 2009 -0500

    Version 1.2
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 46f4de7..86fe0ce 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ ZIP        := zip
 PROJNICK   := itsalltext
 PROJNAME   := "It's All Text!"
 ICONFILE   := src/chrome/content/icon.png
-VERSION    := 1.1
+VERSION    := 1.2
 
 
 # NOTE: do not create files or directories in here that have
@@ -70,7 +70,7 @@ all: lintcheck narf docs final
 .PHONY: release
 release: version_check $(XPI_FILE)
 	$(Q)echo "Don't forget to bump the version number if $(VERSION) isn't right!"
-	$(Q)echo "hg tag release-$(VERSION)"
+	$(Q)echo "git tag release-$(VERSION) ; git push --tags"
 
 ## Show the version
 .PHONY: version_check

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list