head 1.45; access; symbols AS_AFTER_RESTRUCTURING:1.1; locks; strict; comment @// @; 1.45 date 2004.08.24.22.00.30; author ms; state Exp; branches; next 1.44; 1.44 date 2004.08.12.16.46.44; author ms; state Exp; branches; next 1.43; 1.43 date 2003.11.20.11.44.15; author ms; state Exp; branches; next 1.42; 1.42 date 2003.08.06.18.06.37; author ms; state Exp; branches; next 1.41; 1.41 date 2003.04.28.16.48.24; author ms; state Exp; branches; next 1.40; 1.40 date 2003.03.06.22.21.00; author ms; state Exp; branches; next 1.39; 1.39 date 2003.03.06.17.29.53; author ms; state Exp; branches; next 1.38; 1.38 date 2003.03.06.17.16.31; author ms; state Exp; branches; next 1.37; 1.37 date 2003.03.05.20.28.32; author ms; state Exp; branches; next 1.36; 1.36 date 2003.02.28.17.16.23; author ms; state Exp; branches; next 1.35; 1.35 date 2003.02.25.09.30.47; author ms; state Exp; branches; next 1.34; 1.34 date 2003.02.21.23.45.39; author ms; state Exp; branches; next 1.33; 1.33 date 2003.02.20.21.10.26; author ms; state Exp; branches; next 1.32; 1.32 date 2003.02.19.18.23.42; author ms; state Exp; branches; next 1.31; 1.31 date 2003.02.14.19.28.15; author ms; state Exp; branches; next 1.30; 1.30 date 2003.02.14.17.32.27; author ms; state Exp; branches; next 1.29; 1.29 date 2003.02.13.22.06.13; author ms; state Exp; branches; next 1.28; 1.28 date 2003.02.12.19.35.17; author ms; state Exp; branches; next 1.27; 1.27 date 2003.02.11.22.22.41; author ms; state Exp; branches; next 1.26; 1.26 date 2003.02.06.16.54.02; author ms; state Exp; branches; next 1.25; 1.25 date 2003.02.04.19.40.52; author ms; state Exp; branches; next 1.24; 1.24 date 2003.02.04.13.06.13; author ms; state Exp; branches; next 1.23; 1.23 date 2003.02.04.11.45.16; author ms; state Exp; branches; next 1.22; 1.22 date 2003.02.03.21.30.48; author ms; state Exp; branches; next 1.21; 1.21 date 2003.02.03.10.39.03; author ms; state Exp; branches; next 1.20; 1.20 date 2003.01.30.23.48.46; author ms; state Exp; branches; next 1.19; 1.19 date 2003.01.30.22.39.56; author ms; state Exp; branches; next 1.18; 1.18 date 2003.01.28.17.34.14; author ms; state Exp; branches; next 1.17; 1.17 date 2003.01.27.18.14.19; author ms; state Exp; branches; next 1.16; 1.16 date 2003.01.27.13.34.05; author ms; state Exp; branches; next 1.15; 1.15 date 2003.01.24.19.18.46; author ms; state Exp; branches; next 1.14; 1.14 date 2003.01.23.14.41.02; author ms; state Exp; branches; next 1.13; 1.13 date 2003.01.23.12.00.01; author ms; state Exp; branches; next 1.12; 1.12 date 2002.12.20.18.19.53; author ms; state Exp; branches; next 1.11; 1.11 date 2002.12.19.21.04.04; author ms; state Exp; branches; next 1.10; 1.10 date 2002.12.18.15.47.47; author ms; state Exp; branches; next 1.9; 1.9 date 2002.12.17.16.59.06; author ms; state Exp; branches; next 1.8; 1.8 date 2002.12.16.17.42.16; author ms; state Exp; branches; next 1.7; 1.7 date 2002.12.16.16.24.04; author ms; state Exp; branches; next 1.6; 1.6 date 2002.12.13.23.53.52; author ms; state Exp; branches; next 1.5; 1.5 date 2002.12.13.11.46.38; author ms; state Exp; branches; next 1.4; 1.4 date 2002.12.05.18.16.49; author ms; state Exp; branches; next 1.3; 1.3 date 2002.12.04.23.28.23; author ms; state Exp; branches; next 1.2; 1.2 date 2002.12.02.13.25.36; author ms; state Exp; branches; next 1.1; 1.1 date 2002.11.28.20.44.36; author ms; state Exp; branches; next ; desc @@ 1.45 log @Bump version for release. @ text @/* ** as_version.cpp -- Version Information for OSSP as-gui (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _AS_VERSION_CPP_AS_HEADER_ #ifndef _AS_VERSION_CPP_ #define _AS_VERSION_CPP_ #define ASGUI_VERSION 0x007207 typedef struct { const int v_hex; const char *v_short; const char *v_long; const char *v_tex; const char *v_gnu; const char *v_web; const char *v_sccs; const char *v_rcs; } asgui_version_t; extern asgui_version_t asgui_version; #endif /* _AS_VERSION_CPP_ */ #else /* _AS_VERSION_CPP_AS_HEADER_ */ #define _AS_VERSION_CPP_AS_HEADER_ #include "as_version.cpp" #undef _AS_VERSION_CPP_AS_HEADER_ asgui_version_t asgui_version = { 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: OSSP as-gui 0.7.7 (24-Aug-2004) $" }; #endif /* _AS_VERSION_CPP_AS_HEADER_ */ @ 1.44 log @bump version for release @ text @d11 1 a11 1 #define ASGUI_VERSION 0x007206 d35 8 a42 8 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: OSSP as-gui 0.7.6 (12-Aug-2004) $" @ 1.43 log @Prepare for release. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x007205 d35 8 a42 8 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)", "$Id: OSSP as-gui 0.7.5 (20-Nov-2003) $" @ 1.42 log @Prepare for release. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x007204 d35 8 a42 8 0x007204, "0.7.4", "0.7.4 (06-Aug-2003)", "This is OSSP as-gui, Version 0.7.4 (06-Aug-2003)", "OSSP as-gui 0.7.4 (06-Aug-2003)", "OSSP as-gui/0.7.4", "@@(#)OSSP as-gui 0.7.4 (06-Aug-2003)", "$Id: OSSP as-gui 0.7.4 (06-Aug-2003) $" @ 1.41 log @Release version 0.7.3. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x007203 d35 8 a42 8 0x007203, "0.7.3", "0.7.3 (28-Apr-2003)", "This is OSSP as-gui, Version 0.7.3 (28-Apr-2003)", "OSSP as-gui 0.7.3 (28-Apr-2003)", "OSSP as-gui/0.7.3", "@@(#)OSSP as-gui 0.7.3 (28-Apr-2003)", "$Id: OSSP as-gui 0.7.3 (28-Apr-2003) $" @ 1.40 log @Fix problem with out of date aclocal and rerelease. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x007202 d35 8 a42 8 0x007202, "0.7.2", "0.7.2 (06-Mar-2003)", "This is OSSP as-gui, Version 0.7.2 (06-Mar-2003)", "OSSP as-gui 0.7.2 (06-Mar-2003)", "OSSP as-gui/0.7.2", "@@(#)OSSP as-gui 0.7.2 (06-Mar-2003)", "$Id: OSSP as-gui 0.7.2 (06-Mar-2003) $" @ 1.39 log @Do the release really right this time. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x007201 d35 8 a42 8 0x007201, "0.7.1", "0.7.1 (06-Mar-2003)", "This is OSSP as-gui, Version 0.7.1 (06-Mar-2003)", "OSSP as-gui 0.7.1 (06-Mar-2003)", "OSSP as-gui/0.7.1", "@@(#)OSSP as-gui 0.7.1 (06-Mar-2003)", "$Id: OSSP as-gui 0.7.1 (06-Mar-2003) $" @ 1.38 log @Release version 0.7.0. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x007200 d35 8 a42 8 0x007200, "0.7.0", "0.7.0 (06-Mar-2003)", "This is OSSP as-gui, Version 0.7.0 (06-Mar-2003)", "OSSP as-gui 0.7.0 (06-Mar-2003)", "OSSP as-gui/0.7.0", "@@(#)OSSP as-gui 0.7.0 (06-Mar-2003)", "$Id: OSSP as-gui 0.7.0 (06-Mar-2003) $" @ 1.37 log @Release version 0.6.23. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006217 d35 8 a42 8 0x006217, "0.6.23", "0.6.23 (05-Mar-2003)", "This is OSSP as-gui, Version 0.6.23 (05-Mar-2003)", "OSSP as-gui 0.6.23 (05-Mar-2003)", "OSSP as-gui/0.6.23", "@@(#)OSSP as-gui 0.6.23 (05-Mar-2003)", "$Id: OSSP as-gui 0.6.23 (05-Mar-2003) $" @ 1.36 log @Release version 0.6.22. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006216 d35 8 a42 8 0x006216, "0.6.22", "0.6.22 (28-Feb-2003)", "This is OSSP as-gui, Version 0.6.22 (28-Feb-2003)", "OSSP as-gui 0.6.22 (28-Feb-2003)", "OSSP as-gui/0.6.22", "@@(#)OSSP as-gui 0.6.22 (28-Feb-2003)", "$Id: OSSP as-gui 0.6.22 (28-Feb-2003) $" @ 1.35 log @Release version 0.6.21. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006215 d35 8 a42 8 0x006215, "0.6.21", "0.6.21 (25-Feb-2003)", "This is OSSP as-gui, Version 0.6.21 (25-Feb-2003)", "OSSP as-gui 0.6.21 (25-Feb-2003)", "OSSP as-gui/0.6.21", "@@(#)OSSP as-gui 0.6.21 (25-Feb-2003)", "$Id: OSSP as-gui 0.6.21 (25-Feb-2003) $" @ 1.34 log @Release version 0.6.20. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006214 d35 8 a42 8 0x006214, "0.6.20", "0.6.20 (22-Feb-2003)", "This is OSSP as-gui, Version 0.6.20 (22-Feb-2003)", "OSSP as-gui 0.6.20 (22-Feb-2003)", "OSSP as-gui/0.6.20", "@@(#)OSSP as-gui 0.6.20 (22-Feb-2003)", "$Id: OSSP as-gui 0.6.20 (22-Feb-2003) $" @ 1.33 log @Release version 0.6.19. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006213 d35 8 a42 8 0x006213, "0.6.19", "0.6.19 (20-Feb-2003)", "This is OSSP as-gui, Version 0.6.19 (20-Feb-2003)", "OSSP as-gui 0.6.19 (20-Feb-2003)", "OSSP as-gui/0.6.19", "@@(#)OSSP as-gui 0.6.19 (20-Feb-2003)", "$Id: OSSP as-gui 0.6.19 (20-Feb-2003) $" @ 1.32 log @Release version 0.6.18. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006212 d35 8 a42 8 0x006212, "0.6.18", "0.6.18 (19-Feb-2003)", "This is OSSP as-gui, Version 0.6.18 (19-Feb-2003)", "OSSP as-gui 0.6.18 (19-Feb-2003)", "OSSP as-gui/0.6.18", "@@(#)OSSP as-gui 0.6.18 (19-Feb-2003)", "$Id: OSSP as-gui 0.6.18 (19-Feb-2003) $" @ 1.31 log @Quick release of version 0.6.17 to incorporate last minute changes. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006211 d35 8 a42 8 0x006211, "0.6.17", "0.6.17 (14-Feb-2003)", "This is OSSP as-gui, Version 0.6.17 (14-Feb-2003)", "OSSP as-gui 0.6.17 (14-Feb-2003)", "OSSP as-gui/0.6.17", "@@(#)OSSP as-gui 0.6.17 (14-Feb-2003)", "$Id: OSSP as-gui 0.6.17 (14-Feb-2003) $" @ 1.30 log @Release version 0.6.16. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006210 d35 8 a42 8 0x006210, "0.6.16", "0.6.16 (14-Feb-2003)", "This is OSSP as-gui, Version 0.6.16 (14-Feb-2003)", "OSSP as-gui 0.6.16 (14-Feb-2003)", "OSSP as-gui/0.6.16", "@@(#)OSSP as-gui 0.6.16 (14-Feb-2003)", "$Id: OSSP as-gui 0.6.16 (14-Feb-2003) $" @ 1.29 log @Release version 0.6.15. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x00620F d35 8 a42 8 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: OSSP as-gui 0.6.15 (13-Feb-2003) $" @ 1.28 log @Release version 0.6.14, with new task item alignment, consistent amount widget, task widget string sorting, and preferences editing through new class Panel. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x00620E d35 8 a42 8 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)", "$Id: OSSP as-gui 0.6.14 (12-Feb-2003) $" @ 1.27 log @Release version 0.6.13. Made amount edit control widget and table amount items consistent, left aligned task items, implemented Panel class for preferences, implemented Simplefile class for event file backups, implemented an alphabetically sorted task name list on accounts load, and began code for dynamically placed task names. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x00620D d35 8 a42 8 0x00620D, "0.6.13", "0.6.13 (11-Feb-2003)", "This is OSSP as-gui, Version 0.6.13 (11-Feb-2003)", "OSSP as-gui 0.6.13 (11-Feb-2003)", "OSSP as-gui/0.6.13", "@@(#)OSSP as-gui 0.6.13 (11-Feb-2003)", "$Id: OSSP as-gui 0.6.13 (11-Feb-2003) $" @ 1.26 log @Release version 0.6.12. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x00620C d35 8 a42 8 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: OSSP as-gui 0.6.12 (06-Feb-2003) $" @ 1.25 log @Release version 0.6.11. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x00620B d35 8 a42 8 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)", "$Id: OSSP as-gui 0.6.11 (04-Feb-2003) $" @ 1.24 log @Release version 0.6.10 as an interim revision. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x00620A d35 8 a42 8 0x00620A, "0.6.10", "0.6.10 (04-Feb-2003)", "This is OSSP as-gui, Version 0.6.10 (04-Feb-2003)", "OSSP as-gui 0.6.10 (04-Feb-2003)", "OSSP as-gui/0.6.10", "@@(#)OSSP as-gui 0.6.10 (04-Feb-2003)", "$Id: OSSP as-gui 0.6.10 (04-Feb-2003) $" @ 1.23 log @Release version 0.6.9 as interim revision. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006209 d35 8 a42 8 0x006209, "0.6.9", "0.6.9 (04-Feb-2003)", "This is OSSP as-gui, Version 0.6.9 (04-Feb-2003)", "OSSP as-gui 0.6.9 (04-Feb-2003)", "OSSP as-gui/0.6.9", "@@(#)OSSP as-gui 0.6.9 (04-Feb-2003)", "$Id: OSSP as-gui 0.6.9 (04-Feb-2003) $" @ 1.22 log @Release version 0.6.8. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006208 d35 8 a42 8 0x006208, "0.6.8", "0.6.8 (03-Feb-2003)", "This is OSSP as-gui, Version 0.6.8 (03-Feb-2003)", "OSSP as-gui 0.6.8 (03-Feb-2003)", "OSSP as-gui/0.6.8", "@@(#)OSSP as-gui 0.6.8 (03-Feb-2003)", "$Id: OSSP as-gui 0.6.8 (03-Feb-2003) $" @ 1.21 log @Put current revision numbers, forgotton from last week's release. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006207 d35 8 a42 8 0x006207, "0.6.7", "0.6.7 (31-Jan-2003)", "This is OSSP as-gui, Version 0.6.7 (31-Jan-2003)", "OSSP as-gui 0.6.7 (31-Jan-2003)", "OSSP as-gui/0.6.7", "@@(#)OSSP as-gui 0.6.7 (31-Jan-2003)", "$Id: OSSP as-gui 0.6.7 (31-Jan-2003) $" @ 1.20 log @Release even again, before bed. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006206 d35 8 a42 8 0x006206, "0.6.6", "0.6.6 (31-Jan-2003)", "This is OSSP as-gui, Version 0.6.6 (31-Jan-2003)", "OSSP as-gui 0.6.6 (31-Jan-2003)", "OSSP as-gui/0.6.6", "@@(#)OSSP as-gui 0.6.6 (31-Jan-2003)", "$Id: OSSP as-gui 0.6.6 (31-Jan-2003) $" @ 1.19 log @Release version 0.6.5. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006205 d35 8 a42 8 0x006205, "0.6.5", "0.6.5 (30-Jan-2003)", "This is OSSP as-gui, Version 0.6.5 (30-Jan-2003)", "OSSP as-gui 0.6.5 (30-Jan-2003)", "OSSP as-gui/0.6.5", "@@(#)OSSP as-gui 0.6.5 (30-Jan-2003)", "$Id: OSSP as-gui 0.6.5 (30-Jan-2003) $" @ 1.18 log @Release version. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006204 d35 8 a42 8 0x006204, "0.6.4", "0.6.4 (28-Jan-2003)", "This is OSSP as-gui, Version 0.6.4 (28-Jan-2003)", "OSSP as-gui 0.6.4 (28-Jan-2003)", "OSSP as-gui/0.6.4", "@@(#)OSSP as-gui 0.6.4 (28-Jan-2003)", "$Id: OSSP as-gui 0.6.4 (28-Jan-2003) $" @ 1.17 log @Release du to further data format changes. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006203 d35 8 a42 8 0x006203, "0.6.3", "0.6.3 (27-Jan-2003)", "This is OSSP as-gui, Version 0.6.3 (27-Jan-2003)", "OSSP as-gui 0.6.3 (27-Jan-2003)", "OSSP as-gui/0.6.3", "@@(#)OSSP as-gui 0.6.3 (27-Jan-2003)", "$Id: OSSP as-gui 0.6.3 (27-Jan-2003) $" @ 1.16 log @Release, due to new event data file format. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006202 d35 8 a42 8 0x006202, "0.6.02", "0.6.02 (27-Jan-2003)", "This is OSSP as-gui, Version 0.6.02 (27-Jan-2003)", "OSSP as-gui 0.6.02 (27-Jan-2003)", "OSSP as-gui/0.6.02", "@@(#)OSSP as-gui 0.6.02 (27-Jan-2003)", "$Id: OSSP as-gui 0.6.02 (27-Jan-2003) $" @ 1.15 log @Release version 0.6.00. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x006200 d35 8 a42 8 0x006200, "0.6.00", "0.6.00 (24-Jan-2003)", "This is OSSP as-gui, Version 0.6.00 (24-Jan-2003)", "OSSP as-gui 0.6.00 (24-Jan-2003)", "OSSP as-gui/0.6.00", "@@(#)OSSP as-gui 0.6.00 (24-Jan-2003)", "$Id: OSSP as-gui 0.6.00 (24-Jan-2003) $" @ 1.14 log @Release new version right away, due to seriousness of file overwrite bug. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005215 d35 8 a42 8 0x005215, "0.5.21", "0.5.21 (23-Jan-2003)", "This is OSSP as-gui, Version 0.5.21 (23-Jan-2003)", "OSSP as-gui 0.5.21 (23-Jan-2003)", "OSSP as-gui/0.5.21", "@@(#)OSSP as-gui 0.5.21 (23-Jan-2003)", "$Id: OSSP as-gui 0.5.21 (23-Jan-2003) $" @ 1.13 log @Release version 0.5.20. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005214 d35 8 a42 8 0x005214, "0.5.20", "0.5.20 (23-Jan-2003)", "This is OSSP as-gui, Version 0.5.20 (23-Jan-2003)", "OSSP as-gui 0.5.20 (23-Jan-2003)", "OSSP as-gui/0.5.20", "@@(#)OSSP as-gui 0.5.20 (23-Jan-2003)", "$Id: OSSP as-gui 0.5.20 (23-Jan-2003) $" @ 1.12 log @Prepare for alpha release version 0.5.10. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x00520A d35 8 a42 8 0x00520A, "0.5.10", "0.5.10 (20-Dec-2002)", "This is OSSP as-gui, Version 0.5.10 (20-Dec-2002)", "OSSP as-gui 0.5.10 (20-Dec-2002)", "OSSP as-gui/0.5.10", "@@(#)OSSP as-gui 0.5.10 (20-Dec-2002)", "$Id: OSSP as-gui 0.5.10 (20-Dec-2002) $" @ 1.11 log @Prepare for alpha release version 0.5.9. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005209 d35 8 a42 8 0x005209, "0.5.9", "0.5.9 (19-Dec-2002)", "This is OSSP as-gui, Version 0.5.9 (19-Dec-2002)", "OSSP as-gui 0.5.9 (19-Dec-2002)", "OSSP as-gui/0.5.9", "@@(#)OSSP as-gui 0.5.9 (19-Dec-2002)", "$Id: OSSP as-gui 0.5.9 (19-Dec-2002) $" @ 1.10 log @Release new alpha version 0.5.8. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005208 d35 8 a42 8 0x005208, "0.5.8", "0.5.8 (18-Dec-2002)", "This is OSSP as-gui, Version 0.5.8 (18-Dec-2002)", "OSSP as-gui 0.5.8 (18-Dec-2002)", "OSSP as-gui/0.5.8", "@@(#)OSSP as-gui 0.5.8 (18-Dec-2002)", "$Id: OSSP as-gui 0.5.8 (18-Dec-2002) $" @ 1.9 log @Prepare for alpha release. @ text @d2 1 a2 1 ** as_version.cpp -- Version Information for OSSP asgui (syntax: C/C++) d11 1 a11 1 #define ASGUI_VERSION 0x005207 d35 8 a42 8 0x005207, "0.5.7", "0.5.7 (17-Dec-2002)", "This is OSSP asgui, Version 0.5.7 (17-Dec-2002)", "OSSP asgui 0.5.7 (17-Dec-2002)", "OSSP asgui/0.5.7", "@@(#)OSSP asgui 0.5.7 (17-Dec-2002)", "$Id: OSSP asgui 0.5.7 (17-Dec-2002) $" @ 1.8 log @Release new alpha, and start tracking changes. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005206 d35 8 a42 8 0x005206, "0.5.6", "0.5.6 (16-Dec-2002)", "This is OSSP asgui, Version 0.5.6 (16-Dec-2002)", "OSSP asgui 0.5.6 (16-Dec-2002)", "OSSP asgui/0.5.6", "@@(#)OSSP asgui 0.5.6 (16-Dec-2002)", "$Id: OSSP asgui 0.5.6 (16-Dec-2002) $" @ 1.7 log @Bump version. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005205 d35 8 a42 8 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: OSSP asgui 0.5.5 (16-Dec-2002) $" @ 1.6 log @Release new alpha. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005204 d35 8 a42 8 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)", "$Id: OSSP asgui 0.5.4 (14-Dec-2002) $" @ 1.5 log @Render status pixmaps more efficiently and add quote logic to load and save remark column. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005203 d35 8 a42 8 0x005203, "0.5.3", "0.5.3 (12-Dec-2002)", "This is OSSP asgui, Version 0.5.3 (12-Dec-2002)", "OSSP asgui 0.5.3 (12-Dec-2002)", "OSSP asgui/0.5.3", "@@(#)OSSP asgui 0.5.3 (12-Dec-2002)", "$Id: OSSP asgui 0.5.3 (12-Dec-2002) $" @ 1.4 log @Update version for prerelease. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005202 d35 8 a42 8 0x005202, "0.5.2", "0.5.2 (05-Dec-2002)", "This is OSSP asgui, Version 0.5.2 (05-Dec-2002)", "OSSP asgui 0.5.2 (05-Dec-2002)", "OSSP asgui/0.5.2", "@@(#)OSSP asgui 0.5.2 (05-Dec-2002)", "$Id: OSSP asgui 0.5.2 (05-Dec-2002) $" @ 1.3 log @Try a prerelease. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005201 d35 8 a42 8 0x005201, "0.5.1", "0.5.1 (05-Dec-2002)", "This is OSSP asgui, Version 0.5.1 (05-Dec-2002)", "OSSP asgui 0.5.1 (05-Dec-2002)", "OSSP asgui/0.5.1", "@@(#)OSSP asgui 0.5.1 (05-Dec-2002)", "$Id: OSSP asgui 0.5.1 (05-Dec-2002) $" @ 1.2 log @Logic changes to correct the buildconf after CVS restructure. @ text @d11 1 a11 1 #define ASGUI_VERSION 0x005200 d35 8 a42 8 0x005200, "0.5.0", "0.5.0 (02-Dec-2002)", "This is OSSP asgui, Version 0.5.0 (02-Dec-2002)", "OSSP asgui 0.5.0 (02-Dec-2002)", "OSSP asgui/0.5.0", "@@(#)OSSP asgui 0.5.0 (02-Dec-2002)", "$Id: OSSP asgui 0.5.0 (02-Dec-2002) $" @ 1.1 log @Massive build configuration preparation, added boilerplate header text, and cleaned up whitespace. @ text @d2 1 a2 1 ** titraq_version.cpp -- Version Information for OSSP asgui (syntax: C/C++) d6 1 a6 1 #ifdef _TITRAQ_VERSION_CPP_AS_HEADER_ d8 2 a9 2 #ifndef _TITRAQ_VERSION_CPP_ #define _TITRAQ_VERSION_CPP_ d26 1 a26 1 #endif /* _TITRAQ_VERSION_CPP_ */ d28 1 a28 1 #else /* _TITRAQ_VERSION_CPP_AS_HEADER_ */ d30 3 a32 3 #define _TITRAQ_VERSION_CPP_AS_HEADER_ #include "titraq_version.cpp" #undef _TITRAQ_VERSION_CPP_AS_HEADER_ d37 3 a39 3 "0.5.0 (28-Nov-2002)", "This is OSSP asgui, Version 0.5.0 (28-Nov-2002)", "OSSP asgui 0.5.0 (28-Nov-2002)", d41 2 a42 2 "@@(#)OSSP asgui 0.5.0 (28-Nov-2002)", "$Id: OSSP asgui 0.5.0 (28-Nov-2002) $" d45 1 a45 1 #endif /* _TITRAQ_VERSION_CPP_AS_HEADER_ */ @