1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

See ChangeLog: Tue Dec 8 15:09:29 CET 1998 Werner Koch

This commit is contained in:
Werner Koch 1998-12-08 14:13:59 +00:00
parent ab986970eb
commit 918c684756
16 changed files with 5459 additions and 2315 deletions

View file

@ -844,7 +844,7 @@ main( int argc, char **argv )
{ const char *p = strusage(13);
for( ; *p && (isdigit(*p) || *p=='.'); p++ )
;
if( p )
if( *p )
log_info("NOTE: This is a development version!\n");
}