# HG changeset patch # User jld # Date 1049134261 0 # Node ID 2c4f424f4f97b5db03c64cb616a45252b3a317b3 # Parent 069fba224505fc1ff74e739f8ee7eff2b8fe7916 * standalone/common/ecosconfig.cxx, standalone/common/symbols.h: Use a generic 2.net version string. diff --git a/host/tools/configtool/ChangeLog b/host/tools/configtool/ChangeLog --- a/host/tools/configtool/ChangeLog +++ b/host/tools/configtool/ChangeLog @@ -1,5 +1,8 @@ 2003-03-28 John Dallaway + * 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 ] diff --git a/host/tools/configtool/standalone/common/ecosconfig.cxx b/host/tools/configtool/standalone/common/ecosconfig.cxx --- 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"; diff --git a/host/tools/configtool/standalone/wxwin/symbols.h b/host/tools/configtool/standalone/wxwin/symbols.h --- 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