Changeset 662
- Timestamp:
- 2005年07月15日 14時29分05秒 (3 years ago)
- Files:
-
- branches/3.00/src/ChangeLog.Meadow (modified) (1 diff)
- branches/3.00/src/IniDBBuilderPackage.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.00/src/ChangeLog.Meadow
r660 r662 1 1 2005-07-15 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * IniDBBuilderPackage.cc (buildVersion): Change URL. 2 4 3 5 * setup_version.c (version_store): Version is changed to 3.00.1. branches/3.00/src/IniDBBuilderPackage.cc
r644 r662 58 58 // XXX useversion < operator 59 59 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 60 63 _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 61 65 } 62 66 }
