Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
torvalds
/
uemacs
/
e8f984a1b0dc4f5160bc8ccf16ae7df55ac7563d
/
.
/
version.h
blob: 16474624633b96ce283eeeb7bbb0da5bbd7c4c13 [
file
]
#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_ */