Changeset 690

Show
Ignore:
Timestamp:
2005年08月26日 00時29分42秒 (3 years ago)
Author:
kose
Message:

* setup_version.c (version_store): Version is changed to 3.00.2.

Files:

Legend:

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

    r688 r690  
     12005-08-26  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * setup_version.c (version_store): Version is changed to 3.00.2. 
     4 
    152005-08-24  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
    26 
  • branches/3.00/src/setup_version.c

    r660 r690  
    11#define VERSION_PREFIX "%%% setup-version" 
    22#ifdef MEADOW_NETINSTALL 
    3 static const char version_store[] = VERSION_PREFIX " 3.00.1"; 
     3static const char version_store[] = VERSION_PREFIX " 3.00.2"; 
    44#else 
    55static const char version_store[] = VERSION_PREFIX " 2.457.2.2";