From 64a8dac9c4b1170318320d779550ecadc4722d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Fri, 6 Dec 2024 10:47:09 +0800 Subject: [PATCH] correct error version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e7cb118..fe076f9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lldpad], [1.2.99], [lldp-devel@open-lldp.org]) +AC_INIT([lldpad], [1.1.1], [lldp-devel@open-lldp.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) m4_pattern_allow([AM_PROG_AR])