1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-18 16:35:23 +00:00
uemacs/version.c
Renaud Fivet c961759288 rework version and help printing
em --help now returns EXIT_SUCCESS
2014-12-22 14:05:53 +08:00

13 lines
190 B
C

/* version.c -- inplements version.h */
#include "version.h"
#include <stdio.h>
char *pname_s = "em" ;
char *pnamel_s = "uEmacs/rf" ;
char *version_s = "4.1.0" ;
/* end of version.c */