[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.1-68-gaa75df4

by Andre Heinecke cvs at cvs.gnupg.org
Thu Aug 29 12:55:28 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  aa75df402d19c201e649b57e81576ad05f77055a (commit)
      from  8a7a935c07644070e81cb60c611fbcb52840ca48 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aa75df402d19c201e649b57e81576ad05f77055a
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Aug 29 10:24:24 2013 +0000

    Include lightweight tags for beta numbering
    
        After moving the 2.2.0 tag it was no longer an annotated tag.
    
        * configure.ac
    
    --
        I found this solution more attractive then moving the tag yet
        again. For the next release I'll try to remember to annotate/sign
        the tag.

diff --git a/configure.ac b/configure.ac
index e1615c7..f3f8e0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,8 +38,8 @@ m4_define([git_revision],
 m4_define([git_revision_dec],
           m4_esyscmd_s([echo $((0x$(echo ]git_revision[|head -c 4)))]))
 m4_define([git_betastring],
-          m4_esyscmd_s([git describe --match 'gpg4win-[0-9].*.*[0-9]' --long|\
-                        awk -F- '$3!=0{print"-beta"$3}']))
+          m4_esyscmd_s([git describe --tags --match 'gpg4win-[0-9].*.*[0-9]' \
+                       --long | awk -F- '$3!=0{print"-beta"$3}']))
 m4_define([my_isgit],m4_if(git_betastring,[],[no],[yes]))
 m4_define([my_full_version],[my_version[]git_betastring])
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list