Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.48' '-r1.49' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2004/08/12 16:46:44 1.48 +++ README 2004/08/24 22:00:30 1.49 @@ -5,7 +5,7 @@ |_| |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.7.6 (12-Aug-2004) + Version 0.7.7 (24-Aug-2004) 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.44' '-r1.45' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2004/08/12 16:46:44 1.44 +++ as_version.cpp 2004/08/24 22:00:30 1.45 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x007206 +#define ASGUI_VERSION 0x007207 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x007206, - "0.7.6", - "0.7.6 (12-Aug-2004)", - "This is OSSP as-gui, Version 0.7.6 (12-Aug-2004)", - "OSSP as-gui 0.7.6 (12-Aug-2004)", - "OSSP as-gui/0.7.6", - "@(#)OSSP as-gui 0.7.6 (12-Aug-2004)", + 0x007207, + "0.7.7", + "0.7.7 (24-Aug-2004)", + "This is OSSP as-gui, Version 0.7.7 (24-Aug-2004)", + "OSSP as-gui 0.7.7 (24-Aug-2004)", + "OSSP as-gui/0.7.7", + "@(#)OSSP as-gui 0.7.7 (24-Aug-2004)", "$Id$" };