From: Vincent Bernat Date: Sun, 8 Mar 2009 15:52:54 +0000 (+0100) Subject: Prepare release 0.3.3 with a patch backported from future 0.4. X-Git-Tag: 0.3.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40a7221cb40703bbb4403b9f9ccf3c3953fb4fdf;p=thirdparty%2Flldpd.git Prepare release 0.3.3 with a patch backported from future 0.4. --- diff --git a/CHANGELOG b/CHANGELOG index 4e694586..90cb8c6d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +lldpd (0.3.3) + + * Fix LLDP-MED location support + + -- Vincent Bernat + lldpd (0.3.2) * Fix LLDP-MED support diff --git a/configure.ac b/configure.ac index 4a23fa81..cc59060d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(lldpd, 0.3.2, bernat@luffy.cx) +AC_INIT(lldpd, 0.3.3, bernat@luffy.cx) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/lldpd.c]) AC_CONFIG_HEADER([config.h])