Changeset 362

Show
Ignore:
Timestamp:
2003年07月01日 19時53分42秒 (5 years ago)
Author:
kose
Message:

* res-ja.rc, res.rc: Set 2.x.
* postinstall.cc (do_postinstall): Set Meadow-version 2.00b1.
* version.c: Set version 0.9.

Files:

Legend:

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

    r315 r362  
     12003-06-20  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * res-ja.rc, res.rc: Set 2.x. 
     4 
     5        * postinstall.cc (do_postinstall): Set Meadow-version 2.00b1. 
     6 
     7        * version.c: Set version 0.9. 
     8 
    192003-04-09  KOSEKI Yoshinori  <kose@meadowy.org> 
    210 
  • trunk/src/postinstall.cc

    r319 r362  
    182182 
    183183    chdir(root_dir); 
    184     chdir("1.99a6"); 
     184    chdir("2.00b1"); 
    185185    system("install.exe"); 
    186186    log (0, "postinstall: do install.exe"); 
  • trunk/src/res-ja.rc

    r321 r362  
    504504    IDS_ROOT_SLASH          "�x��: �n�[�h�f�B�X�N�h���C�u�����[�g�f�B���N�g���� Meadow �����[�g�f�B���N�g���������g�����������������������B�����������s��������?" 
    505505    IDS_ROOT_SPACE          "�f�B���N�g�������X�y�[�X���������[�g�p�X���I�����������������������B�����������s��������?" 
    506     IDS_MIRROR_LST          "http://www.meadowy.org/meadow/dists/1.15/mirrors.lst" 
     506    IDS_MIRROR_LST          "http://www.meadowy.org/meadow/dists/2.x/mirrors.lst" 
    507507    IDS_DIALOG_FAILED       "�_�C�A���O���������������������������B" 
    508508    IDS_CYGWIN_FUNC_MISSING "�G���[: `%s' �� %s �����������t���������������������B" 
  • trunk/src/res.rc

    r321 r362  
    504504    IDS_ROOT_SLASH          "Warning: we recommend you do NOT use the root of your hard drive as the Meadow root.  Proceed anyway?" 
    505505    IDS_ROOT_SPACE          "You should not choose a root path that include spaces in directory names.  Proceed anyway?" 
    506     IDS_MIRROR_LST          "http://www.meadowy.org/meadow/dists/1.99/mirrors.lst" 
     506    IDS_MIRROR_LST          "http://www.meadowy.org/meadow/dists/2.x/mirrors.lst" 
    507507    IDS_DIALOG_FAILED       "Unable to create Dialog Box" 
    508508    IDS_CYGWIN_FUNC_MISSING "Error: unable to find function `%s' in %s" 
  • trunk/src/version.c

    r300 r362  
    1 char *version = "0.8"; 
     1char *version = "0.9"; 
    22//static char *id = "\n%%% setup-version 1.2.2.11.2.11\n";