Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2003/02/04 19:40:52 1.27 +++ README 2003/02/06 16:54:02 1.28 @@ -6,7 +6,7 @@ |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.6.11 (04-Feb-2003) + Version 0.6.12 (06-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.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/02/04 19:40:52 1.25 +++ as_version.cpp 2003/02/06 16:54:02 1.26 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x00620B +#define ASGUI_VERSION 0x00620C typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x00620B, - "0.6.11", - "0.6.11 (04-Feb-2003)", - "This is OSSP as-gui, Version 0.6.11 (04-Feb-2003)", - "OSSP as-gui 0.6.11 (04-Feb-2003)", - "OSSP as-gui/0.6.11", - "@(#)OSSP as-gui 0.6.11 (04-Feb-2003)", + 0x00620C, + "0.6.12", + "0.6.12 (06-Feb-2003)", + "This is OSSP as-gui, Version 0.6.12 (06-Feb-2003)", + "OSSP as-gui 0.6.12 (06-Feb-2003)", + "OSSP as-gui/0.6.12", + "@(#)OSSP as-gui 0.6.12 (06-Feb-2003)", "$Id$" };