projects
/
gnupg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gpg: Avoid publishing the GnuPG version by default
[gnupg.git]
/
g10
/
gpg.c
diff --git
a/g10/gpg.c
b/g10/gpg.c
index
72d313b
..
236ea1e
100644
(file)
--- a/
g10/gpg.c
+++ b/
g10/gpg.c
@@
-1911,7
+1911,7
@@
main (int argc, char **argv )
opt.def_cert_expire="0";
set_homedir ( default_homedir () );
opt.passwd_repeat=1;
- opt.emit_version =
1; /* Limit to the major number. */
+ opt.emit_version =
0;
#ifdef ENABLE_CARD_SUPPORT
#if defined(_WIN32) || defined(__CYGWIN__)