commit bash-20080807 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:26:50 -05:00
parent 8e1a6eaa95
commit bea29b7b39
24 changed files with 6257 additions and 2664 deletions
+2
View File
@@ -41,6 +41,8 @@ gettextsrcdir = $(datadir)/gettext/intl
aliaspath = $(localedir)
subdir = intl
@SET_MAKE@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
MKINSTALLDIRS = @MKINSTALLDIRS@
+3 -3
View File
@@ -40,9 +40,9 @@ extern "C" {
#endif
/* Hex-encoded Readline version number. */
#define RL_READLINE_VERSION 0x0502 /* Readline 5.2 */
#define RL_VERSION_MAJOR 5
#define RL_VERSION_MINOR 2
#define RL_READLINE_VERSION 0x0600 /* Readline 6.0 */
#define RL_VERSION_MAJOR 6
#define RL_VERSION_MINOR 0
/* Readline data structures. */