• MFC almost everything not breaking backwards compatibility or introducing

deep changes into R40-stable branch
• Version accordingly: HEAD gets 2012/03/24 (hi Eddy/Chris) so we backdate
  $KSH_VERSION for R40-stable to 2012/03/20 (hi David) as that comes before
  even though it includes today’s latest fixes
• Also, sync clog (including MFC indicators)
This commit is contained in:
tg
2012-03-24 21:22:25 +00:00
parent f9d644e243
commit 1f96d87aea
2 changed files with 4 additions and 4 deletions

4
sh.h
View File

@@ -152,9 +152,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.526 2012/03/23 23:25:29 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.527 2012/03/24 21:22:25 tg Exp $");
#endif
#define MKSH_VERSION "R40 2012/03/23"
#define MKSH_VERSION "R40 2012/03/24"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES