1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-13 22:50:42 +00:00
uemacs/version.h
Thiago Farina 5664b10291 uemacs/version.c: Add version function to output the version string information.
Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-09-07 13:55:02 -07:00

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_ */