mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
11 lines
170 B
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 */
|