Changeset 872

Show
Ignore:
Timestamp:
2006年07月29日 08時02分07秒 (2 years ago)
Author:
kose
Message:

* setup_version.c (version_store): Version is changed to 3.00.5.
* setup.ini (setup-version): set 3.00.5.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/3.00/pkginfo/ChangeLog

    r871 r872  
     12006-07-29  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * setup.ini (setup-version): set 3.00.5. 
     4 
    152006-07-27  KOSEKI Yoshinori  <kose@meadowy.org> 
    26 
  • branches/3.00/pkginfo/setup.ini

    r871 r872  
    44# 
    55setup-timestamp: 1110500443 
    6 setup-version: 3.00.4 
     6setup-version: 3.00.5 
    77 
    88@ Meadow 
  • branches/3.00/src/ChangeLog.Meadow

    r842 r872  
     12006-07-29  KOSEKI Yoshinori  <kose@meadowy.org> 
     2 
     3        * setup_version.c (version_store): Version is changed to 3.00.5. 
     4 
    152006-04-22  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
    26 
  • branches/3.00/src/setup_version.c

    r779 r872  
    11#define VERSION_PREFIX "%%% setup-version" 
    22#ifdef MEADOW_NETINSTALL 
    3 static const char version_store[] = VERSION_PREFIX " 3.00.4"; 
     3static const char version_store[] = VERSION_PREFIX " 3.00.5"; 
    44#else 
    55static const char version_store[] = VERSION_PREFIX " 2.457.2.2";