mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-19 19:15:55 -05:00
10 lines
153 B
C
10 lines
153 B
C
|
#ifndef VERSION_H_
|
||
|
#define VERSION_H_
|
||
|
|
||
|
#define PROGRAM_NAME "em"
|
||
|
#define PROGRAM_NAME_LONG "uEmacs/Pk"
|
||
|
|
||
|
#define VERSION "4.0.15"
|
||
|
|
||
|
#endif // VERSION_H_
|