96b676e999
This version is now licensed under a 2-clause BSD license, instead of the Artistic license. I've reverted a lot of local modifications we made to ee, because they have been integrated upstream as well. Only local modifications include: - $FreeBSD$ ID. - Pathname to init.ee. - catopen() call, to honor LC_MESSAGES instead of LANG. To keep SVN happy, I'm putting an application/octet-stream mime type on the KOI8 translations. Reviewed by: current@
7 lines
121 B
C
7 lines
121 B
C
/*
|
|
| provide a version number for ee
|
|
*/
|
|
|
|
#define EE_VERSION "1.5.0"
|
|
#define DATE_STRING "$Date: 2009/02/17 03:32:30 $"
|