Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2002/12/13 11:46:38 1.7 +++ README 2002/12/13 23:53:52 1.8 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.5.3 (12-Dec-2002) + Version 0.5.4 (14-Dec-2002) ABSTRACT Index: ossp-pkg/as/as-gui/as_version.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2002/12/13 11:46:38 1.5 +++ as_version.cpp 2002/12/13 23:53:52 1.6 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x005203 +#define ASGUI_VERSION 0x005204 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x005203, - "0.5.3", - "0.5.3 (12-Dec-2002)", - "This is OSSP asgui, Version 0.5.3 (12-Dec-2002)", - "OSSP asgui 0.5.3 (12-Dec-2002)", - "OSSP asgui/0.5.3", - "@(#)OSSP asgui 0.5.3 (12-Dec-2002)", + 0x005204, + "0.5.4", + "0.5.4 (14-Dec-2002)", + "This is OSSP asgui, Version 0.5.4 (14-Dec-2002)", + "OSSP asgui 0.5.4 (14-Dec-2002)", + "OSSP asgui/0.5.4", + "@(#)OSSP asgui 0.5.4 (14-Dec-2002)", "$Id$" };