Changeset 504

Show
Ignore:
Timestamp:
2004年06月07日 23時43分41秒 (4 years ago)
Author:
kose
Message:

* version.c: 2.10.3.
* postinstall.cc (do_postinstall): Fix set 2.10.

Files:

Legend:

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

    r498 r504  
     12004-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 
    172004-06-06  KOSEKI Yoshinori  <kose@meadowy.org> 
    28 
  • branches/2.10/src/postinstall.cc

    r497 r504  
    182182 
    183183    chdir(root_dir); 
    184     chdir("2.00"); 
     184    chdir("2.10"); 
    185185    system("install.exe"); 
    186186    log (0, "postinstall: do install.exe"); 
  • branches/2.10/src/version.c

    r497 r504  
    1 char *version = "2.10.2"; 
     1char *version = "2.10.3"; 
    22//static char *id = "\n%%% setup-version 1.2.2.11.2.11\n";