1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-09 13:30:43 +00:00
uemacs/version.c

11 lines
173 B
C

/* version.c -- inplements version.h */
#include "version.h"
const char *pname_s = "em" ;
char *pnamel_s = "uEMACS" ;
char *version_s = "4.1.0" ;
/* end of version.c */