1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-07-24 04:44:14 -04:00
uemacs/version.h

10 lines
153 B
C
Raw Normal View History

#ifndef VERSION_H_
#define VERSION_H_
#define PROGRAM_NAME "em"
#define PROGRAM_NAME_LONG "uEmacs/Pk"
#define VERSION "4.0.15"
#endif // VERSION_H_