1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-07-08 22:24:15 -04:00
uemacs/version.c

11 lines
170 B
C

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