From: Andrey C. <sku...@us...> - 2006-06-20 10:26:00
|
Update of /cvsroot/eas-dev/eas/libeas In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7101/libeas Modified Files: functions.prg Log Message: Release 0.2.1. Small cleanup, changed logotype and get version everywhere from version.ch Index: functions.prg =================================================================== RCS file: /cvsroot/eas-dev/eas/libeas/functions.prg,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- functions.prg 2 Jun 2006 14:32:45 -0000 1.1 +++ functions.prg 20 Jun 2006 10:25:53 -0000 1.2 @@ -9,8 +9,8 @@ /* published by the Free Software Foundation; either version 2 of the */ /* License, or (at your option) any later version. */ /*-------------------------------------------------------------------------*/ +#include "../version.ch" -#define EASVERSION '0.2.1a' static l10nModule := NIL /* Send message to remote component */ |