From: Vincent Bernat Date: Sun, 6 Nov 2011 09:21:31 +0000 (+0100) Subject: Prepare 0.5.5 release. X-Git-Tag: 0.5.5~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cab1ed92266b45f0b209da1f54af89790267fc97;p=thirdparty%2Flldpd.git Prepare 0.5.5 release. --- diff --git a/configure.ac b/configure.ac index e75b3b5c..e2391719 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Configure autoconf AC_PREREQ([2.64]) -AC_INIT([lldpd], [0.5.4], [bernat@luffy.cx]) +AC_INIT([lldpd], [0.5.5], [bernat@luffy.cx]) AC_CONFIG_SRCDIR([src/lldpd.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile src/Makefile man/Makefile tests/Makefile])