Changeset 872
- Timestamp:
- 2006年07月29日 08時02分07秒 (2 years ago)
- Files:
-
- branches/3.00/pkginfo/ChangeLog (modified) (1 diff)
- branches/3.00/pkginfo/setup.ini (modified) (1 diff)
- branches/3.00/src/ChangeLog.Meadow (modified) (1 diff)
- branches/3.00/src/setup_version.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/3.00/pkginfo/ChangeLog
r871 r872 1 2006-07-29 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * setup.ini (setup-version): set 3.00.5. 4 1 5 2006-07-27 KOSEKI Yoshinori <kose@meadowy.org> 2 6 branches/3.00/pkginfo/setup.ini
r871 r872 4 4 # 5 5 setup-timestamp: 1110500443 6 setup-version: 3.00. 46 setup-version: 3.00.5 7 7 8 8 @ Meadow branches/3.00/src/ChangeLog.Meadow
r842 r872 1 2006-07-29 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * setup_version.c (version_store): Version is changed to 3.00.5. 4 1 5 2006-04-22 Masayuki FUJII <boochang@m4.kcn.ne.jp> 2 6 branches/3.00/src/setup_version.c
r779 r872 1 1 #define VERSION_PREFIX "%%% setup-version" 2 2 #ifdef MEADOW_NETINSTALL 3 static const char version_store[] = VERSION_PREFIX " 3.00. 4";3 static const char version_store[] = VERSION_PREFIX " 3.00.5"; 4 4 #else 5 5 static const char version_store[] = VERSION_PREFIX " 2.457.2.2";
