mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-17 18:16:22 -05:00
10 lines
151 B
C
10 lines
151 B
C
#ifndef VERSION_H_
|
|
#define VERSION_H_
|
|
|
|
#define PROGRAM_NAME "ue"
|
|
#define PROGRAM_NAME_LONG "uEMACS"
|
|
|
|
#define VERSION "4.1.1"
|
|
|
|
#endif /* VERSION_H_ */
|