From: Richard M. Stallman Date: Sat, 23 Apr 1994 07:08:49 +0000 (+0000) Subject: (print_version): Print VERSION as a string. X-Git-Tag: emacs-19.34~8804 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc58274337b56474537c73a1b1b7b791af593342;p=emacs.git (print_version): Print VERSION as a string. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index d05b35e8d2e..9bd4bce83f5 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -303,7 +303,7 @@ void print_version () { #ifdef VERSION - printf ("%s for Emacs version %g.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION); + printf ("%s for Emacs version %s.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION); #else printf ("%s for Emacs version 19.\n", (CTAGS) ? "CTAGS" : "ETAGS"); #endif