Index: ossp-pkg/as/as-gui/README RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/README,v rcsdiff -q -kk '-r1.47' '-r1.48' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/README,v' 2>/dev/null --- README 2004/05/27 21:48:40 1.47 +++ README 2004/08/12 16:46:44 1.48 @@ -5,7 +5,7 @@ |_| |___/ OSSP asgui -- Accounting system graphical user interface - Version 0.7.5 (20-Nov-2003) + Version 0.7.6 (12-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.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_version.cpp,v' 2>/dev/null --- as_version.cpp 2003/11/20 11:44:15 1.43 +++ as_version.cpp 2004/08/12 16:46:44 1.44 @@ -8,7 +8,7 @@ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ -#define ASGUI_VERSION 0x007205 +#define ASGUI_VERSION 0x007206 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { - 0x007205, - "0.7.5", - "0.7.5 (20-Nov-2003)", - "This is OSSP as-gui, Version 0.7.5 (20-Nov-2003)", - "OSSP as-gui 0.7.5 (20-Nov-2003)", - "OSSP as-gui/0.7.5", - "@(#)OSSP as-gui 0.7.5 (20-Nov-2003)", + 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)", "$Id$" };