Revert change to fix up gpgme-1.0.1 release tag glitch.

This commit is contained in:
Marcus Brinkmann 2004-12-07 15:25:48 +00:00
parent 4504426076
commit 886cde2ea0
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (GPGSM_VERSION): Fix filter to get it.
2004-10-22 Marcus Brinkmann <marcus@g10code.de> 2004-10-22 Marcus Brinkmann <marcus@g10code.de>
Released 1.0.1. Released 1.0.1.

View File

@ -362,7 +362,7 @@ if test "$ok" = "maybe"; then
sed 's/^gpgsm (GnuPG) \([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` sed 's/^gpgsm (GnuPG) \([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'`
micro=`echo $gpgsm_version | \ micro=`echo $gpgsm_version | \
sed 's/^gpgsm (GnuPG) \([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` sed 's/^gpgsm (GnuPG) \([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
GPGSM_VERSION=`echo $gpgsm_version | sed 's/^gpgsm (GnuPG) //'` GPGSM_VERSION=`echo $gpgsm_version | sed 's/^gpg (GnuPG) //'`
if test "$major" -gt "$req_major"; then if test "$major" -gt "$req_major"; then
ok=yes ok=yes