[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-readline] out-dated RL_READLINE_VERSION in readline.h
From: |
Benjamin von Mossner |
Subject: |
[Bug-readline] out-dated RL_READLINE_VERSION in readline.h |
Date: |
Wed, 17 Feb 2010 17:16:39 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi,
looking at readline-6.1 there is an inconsistency between the
configure set RL_LIBRARY_VERSION and the defined RL_READLINE_VERSION
in readline.h.
[snip]
--- readline.h.orig 2010-02-17 17:13:18.469677162 +0100
+++ readline.h 2010-02-17 17:13:29.356802843 +0100
@@ -39,9 +39,9 @@
#endif
/* Hex-encoded Readline version number. */
-#define RL_READLINE_VERSION 0x0600 /* Readline 6.0 */
+#define RL_READLINE_VERSION 0x0601 /* Readline 6.0 */
#define RL_VERSION_MAJOR 6
-#define RL_VERSION_MINOR 0
+#define RL_VERSION_MINOR 1
/* Readline data structures. */
[snap]
This leads to breakage of packages checking rl_library_version vs.
rl_readline_version.
Cheers,
benny
PS: Please cc me directly, as i am not subscribed to the list.
--
/"\ ASCII RIBBON CAMPAIGN | Benjamin von Mossner
\ / AGAINST HTML MAIL | address@hidden
X
/ \ multiple exclamation marks are a sure sign of a diseased mind
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-readline] out-dated RL_READLINE_VERSION in readline.h,
Benjamin von Mossner <=