2010-08-14 23:11:27 -04:00
|
|
|
#ifndef VERSION_H_
|
|
|
|
#define VERSION_H_
|
|
|
|
|
2013-05-16 22:34:01 -04:00
|
|
|
#define PROGRAM_NAME "ue"
|
|
|
|
#define PROGRAM_NAME_LONG "uEMACS"
|
2010-08-14 23:11:27 -04:00
|
|
|
|
2013-05-16 22:34:01 -04:00
|
|
|
#define VERSION "4.1.1"
|
2010-08-29 19:39:06 -04:00
|
|
|
|
|
|
|
#endif /* VERSION_H_ */
|