Changeset 504
- Timestamp:
- 2004年06月07日 23時43分41秒 (4 years ago)
- Files:
-
- branches/2.10/src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.10/src/postinstall.cc (modified) (1 diff)
- branches/2.10/src/version.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.10/src/ChangeLog.Meadow
r498 r504 1 2004-06-07 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * version.c: 2.10.3. 4 5 * postinstall.cc (do_postinstall): Fix set 2.10. 6 1 7 2004-06-06 KOSEKI Yoshinori <kose@meadowy.org> 2 8 branches/2.10/src/postinstall.cc
r497 r504 182 182 183 183 chdir(root_dir); 184 chdir("2. 00");184 chdir("2.10"); 185 185 system("install.exe"); 186 186 log (0, "postinstall: do install.exe"); branches/2.10/src/version.c
r497 r504 1 char *version = "2.10. 2";1 char *version = "2.10.3"; 2 2 //static char *id = "\n%%% setup-version 1.2.2.11.2.11\n";
