Changeset 450
- Timestamp:
- 2004年01月08日 15時44分16秒 (5 years ago)
- Files:
-
- branches/2.00/src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.00/src/postinstall.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.00/src/ChangeLog.Meadow
r448 r450 1 1 2004-01-08 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * postinstall.cc (do_postinstall): Set to 2.00. 2 4 3 5 * version.c: Set version 2.00.1 (for Meadow2.00(pre1)). branches/2.00/src/postinstall.cc
r442 r450 182 182 183 183 chdir(root_dir); 184 chdir("2.00 b2");184 chdir("2.00"); 185 185 system("install.exe"); 186 186 log (0, "postinstall: do install.exe");
