Mercurial > flash_v2
changeset 891:2c4f424f4f97
* standalone/common/ecosconfig.cxx, standalone/common/symbols.h:
Use a generic 2.net version string.
| author | jld |
|---|---|
| date | Mon, 31 Mar 2003 18:11:01 +0000 |
| parents | 069fba224505 |
| children | 5aa344b8f1a9 |
| files | host/tools/configtool/ChangeLog host/tools/configtool/standalone/common/ecosconfig.cxx host/tools/configtool/standalone/wxwin/symbols.h |
| diffstat | 3 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,5 +1,8 @@ 2003-03-28 John Dallaway <jld@ecoscentric.com> + * standalone/common/ecosconfig.cxx, standalone/wxwin/symbols.h: + Use a generic 2.net version string by default. + * standalone/wxwin/packagesdlg.cpp: Fix population of package lists to ensure the last package is seen. [ Bugzilla 87520 ]
--- a/host/tools/configtool/standalone/common/ecosconfig.cxx +++ b/host/tools/configtool/standalone/common/ecosconfig.cxx @@ -50,7 +50,7 @@ #include "cdl_exec.hxx" #include "ecosconfig.hxx" -#define TOOL_VERSION "1.3.net" +#define TOOL_VERSION "2.net" #define TOOL_COPYRIGHT "Copyright (c) 2002 Red Hat, Inc." #define DEFAULT_SAVE_FILE "ecos.ecc" static char* tool = "ecosconfig";
--- a/host/tools/configtool/standalone/wxwin/symbols.h +++ b/host/tools/configtool/standalone/wxwin/symbols.h @@ -44,7 +44,7 @@ // //=========================================================================== -#define ecCONFIGURATION_TOOL_VERSION "2.13.net" +#define ecCONFIGURATION_TOOL_VERSION "2.net" // Use /ecos-x notation for drive specification #define ecUSE_ECOS_X_NOTATION 1
