diff options
-rw-r--r-- | lib-src/ebrowse.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 7bceae94c3..76d798de46 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -3477,6 +3477,10 @@ usage (error) /* Display version and copyright info. The VERSION macro is set from the Makefile and contains the Emacs version. */ +#ifndef VERSION +# define VERSION "21" +#endif + void version () { |