mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 15:26:23 -05:00
8facd84c6f
Add a basic usage() function to support the --help option. Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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_
|