Changeset 450

Show
Ignore:
Timestamp:
2004年01月08日 15時44分16秒 (5 years ago)
Author:
kose
Message:

* postinstall.cc (do_postinstall): Set to 2.00.

Files:

Legend:

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

    r448 r450  
    112004-01-08  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * postinstall.cc (do_postinstall): Set to 2.00. 
    24 
    35        * version.c: Set version 2.00.1 (for Meadow2.00(pre1)). 
  • branches/2.00/src/postinstall.cc

    r442 r450  
    182182 
    183183    chdir(root_dir); 
    184     chdir("2.00b2"); 
     184    chdir("2.00"); 
    185185    system("install.exe"); 
    186186    log (0, "postinstall: do install.exe");