Mercurial > freewnn
changeset 8:76281fa7934f
fix version string.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Fri, 21 Dec 2007 16:41:48 +0900 |
| parents | 6ab41ec6f895 |
| children | bcc6b3ca758e |
| files | Wnn/include/commonhd.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Wnn/include/commonhd.h Tue Dec 18 23:25:17 2007 +0900 +++ b/Wnn/include/commonhd.h Fri Dec 21 16:41:48 2007 +0900 @@ -39,7 +39,7 @@ #include <stdio.h> #define JSERVER_VERSION 0x4200 /* minor version */ -#define _SERVER_VERSION "FreeWnn 1.1.0 pl22" +#define _SERVER_VERSION "FreeWnn mercurial" #include "wnnerror.h"
