Changeset 779
- Timestamp:
- 2005年11月01日 14時37分07秒 (3 years ago)
- Files:
-
- 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/src/ChangeLog.Meadow
r774 r779 1 2005-11-01 KOSEKI Yoshinori <kose@meadowy.org> 2 3 * setup_version.c (version_store): Version is changed to 3.00.4. 4 1 5 2005-10-30 Masayuki FUJII <boochang@m4.kcn.ne.jp> 2 6 branches/3.00/src/setup_version.c
r712 r779 1 1 #define VERSION_PREFIX "%%% setup-version" 2 2 #ifdef MEADOW_NETINSTALL 3 static const char version_store[] = VERSION_PREFIX " 3.00. 3";3 static const char version_store[] = VERSION_PREFIX " 3.00.4"; 4 4 #else 5 5 static const char version_store[] = VERSION_PREFIX " 2.457.2.2";
