mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-05 20:07:16 -05:00
5664b10291
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 lines
208 B
C
13 lines
208 B
C
#ifndef VERSION_H_
|
|
#define VERSION_H_
|
|
|
|
#define PROGRAM_NAME "em"
|
|
#define PROGRAM_NAME_LONG "uEmacs/Pk"
|
|
|
|
#define VERSION "4.0.15"
|
|
|
|
/* Print the version string. */
|
|
void version(void);
|
|
|
|
#endif /* VERSION_H_ */
|