[clinfo] 11/30: Tag versions

Andreas Beckmann anbe at moszumanska.debian.org
Tue Apr 28 12:53:52 UTC 2015


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

anbe pushed a commit to branch master
in repository clinfo.

commit 0ca35967a70d112f46ffe00ecbaa7201255acb7a
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Tue Mar 24 10:14:58 2015 +0100

    Tag versions
---
 new-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/new-version.sh b/new-version.sh
index 3f6d312..288833a 100755
--- a/new-version.sh
+++ b/new-version.sh
@@ -20,5 +20,5 @@ VERSION="$MAJOR$SUBV"
 sed -i -e "/clinfo version/ s/version \S\+\"/version $VERSION\"/" src/clinfo.c
 sed -i -e "1 s/\".\+$/\"$DATE\" \"clinfo $VERSION\"/" man/clinfo.1
 
-git commit -m "Version $VERSION" -e -a
+git commit -m "Version $VERSION" -e -a && git tag $VERSION
 

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



More information about the Pkg-opencl-commits mailing list