Changeset 662

Show
Ignore:
Timestamp:
2005年07月15日 14時29分05秒 (3 years ago)
Author:
kose
Message:

* IniDBBuilderPackage.cc (buildVersion): Change URL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/3.00/src/ChangeLog.Meadow

    r660 r662  
    112005-07-15  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * IniDBBuilderPackage.cc (buildVersion): Change URL. 
    24 
    35        * setup_version.c (version_store): Version is changed to 3.00.1. 
  • branches/3.00/src/IniDBBuilderPackage.cc

    r644 r662  
    5858      // XXX useversion < operator 
    5959      if (our_version.compare (ini_version) < 0) 
     60#ifdef MEADOW_NETINSTALL 
     61        _feedback.warning("The current ini file is from a newer version of setup.exe. If you have any trouble installing, please download a fresh version from http://www.meadowy.org/meadow/dists/3.00/setup.exe"); 
     62#else 
    6063        _feedback.warning("The current ini file is from a newer version of setup.exe. If you have any trouble installing, please download a fresh version from http://www.cygwin.com/setup.exe"); 
     64#endif 
    6165    } 
    6266}