aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ebrowse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 7bceae94c34..76d798de469 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -3477,6 +3477,10 @@ usage (error)
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
3480void 3484void
3481version () 3485version ()
3482{ 3486{