Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.30' '-r1.31' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/12 19:35:17 1.30 +++ README 2003/02/13 22:06:13 1.31 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.14 (12-Feb-2003) + Version 0.6.15 (13-Feb-2003) 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.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/12 19:35:17 1.28 +++ as_version.cpp 2003/02/13 22:06:13 1.29 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x00620E +#define ASGUI_VERSION 0x00620F typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x00620E, - "0.6.14", - "0.6.14 (12-Feb-2003)", - "This is OSSP as-gui, Version 0.6.14 (12-Feb-2003)", - "OSSP as-gui 0.6.14 (12-Feb-2003)", - "OSSP as-gui/0.6.14", - "@(#)OSSP as-gui 0.6.14 (12-Feb-2003)", + 0x00620F, + "0.6.15", + "0.6.15 (13-Feb-2003)", + "This is OSSP as-gui, Version 0.6.15 (13-Feb-2003)", + "OSSP as-gui 0.6.15 (13-Feb-2003)", + "OSSP as-gui/0.6.15", + "@(#)OSSP as-gui 0.6.15 (13-Feb-2003)", "$Id$" };