From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 09 Mar 2023 10:09:19 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1paCH0-00EcBk-Bd for lore@lore.pengutronix.de; Thu, 09 Mar 2023 10:09:19 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1paCH0-0001Hv-DP; Thu, 09 Mar 2023 10:09:18 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1paCGa-0001He-8R for ptxdist@pengutronix.de; Thu, 09 Mar 2023 10:08:52 +0100 Received: from [2a0a:edc0:0:900:1d::45] (helo=ginster) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1paCGZ-002uPl-KE for ptxdist@pengutronix.de; Thu, 09 Mar 2023 10:08:51 +0100 Received: from jbe by ginster with local (Exim 4.94.2) (envelope-from ) id 1paCGY-000cYj-NL for ptxdist@pengutronix.de; Thu, 09 Mar 2023 10:08:50 +0100 From: Juergen Borleis To: ptxdist@pengutronix.de Date: Thu, 9 Mar 2023 10:08:50 +0100 Message-Id: <20230309090850.148176-1-jbe@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] libmodbus: adapt help text to the reality X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false With change a08638d93d19624cf3c20d033ea8f61b96c43408 "libmodbus: version bump 2.0.4 -> 3.0.8" libmodbus changed from 2.x.x to 3.0.x version like libmodbus3 did. And with change a76b31d5b637bc89ca26e7fa81503cbc7632b666 "libmodbus3: version bump 3.0.6 -> 3.1.4" libmodbus3 switched to the recent to 3.1.x version. Signed-off-by: Juergen Borleis --- rules/libmodbus.in | 4 ++-- rules/libmodbus3.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/libmodbus.in b/rules/libmodbus.in index f4f71fc..89ab189 100644 --- a/rules/libmodbus.in +++ b/rules/libmodbus.in @@ -4,7 +4,7 @@ config LIBMODBUS prompt "libmodbus" help libmodbus is a library that implements the Modbus/RTU protocol - (TCP and serial). + (TCP and serial) (Version 3.0.x). - WWW: https://launchpad.net/libmodbus + WWW: https://libmodbus.org/ diff --git a/rules/libmodbus3.in b/rules/libmodbus3.in index 3a950d7..d69a882 100644 --- a/rules/libmodbus3.in +++ b/rules/libmodbus3.in @@ -4,7 +4,7 @@ config LIBMODBUS3 prompt "libmodbus3" help libmodbus is a library that implements the Modbus protocol - (TCP and serial) (Version 3.0.x). + (TCP and serial) (Version 3.1.x). - WWW: http://http://libmodbus.org/ + WWW: https://libmodbus.org/ -- 2.30.2