comparison lib-src/ebrowse.c @ 34258:6894bd47e0e0

(VERSION): Provide default definition, like etags.c does, because Windows build can't snarf this from version.el.
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 13:42:18 +0000
parents 2a6bbd7e52a1
children dd613770eb0f
comparison
equal deleted inserted replaced
34257:8f4d667d32c2 34258:6894bd47e0e0
3475 3475
3476 3476
3477 /* Display version and copyright info. The VERSION macro is set 3477 /* Display version and copyright info. The VERSION macro is set
3478 from the Makefile and contains the Emacs version. */ 3478 from the Makefile and contains the Emacs version. */
3479 3479
3480 #ifndef VERSION
3481 # define VERSION "21"
3482 #endif
3483
3480 void 3484 void
3481 version () 3485 version ()
3482 { 3486 {
3483 printf ("ebrowse %s\n", VERSION); 3487 printf ("ebrowse %s\n", VERSION);
3484 puts ("Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc."); 3488 puts ("Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc.");