1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-11-19 19:15:55 -05:00
uemacs/version.c

11 lines
173 B
C

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