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