From: Vincent Bernat Date: Mon, 17 Nov 2008 19:06:56 +0000 (+0100) Subject: Release 0.2 X-Git-Tag: 0.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8791e59fe53b77679aa141d1b74e975eab012a6d;p=thirdparty%2Flldpd.git Release 0.2 --- diff --git a/CHANGELOG b/CHANGELOG index 90221d6b..626f9472 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,5 @@ lldpd (0.2) - * Not released yet * Add privilege separation * Add FDP support * Support CDP encapsulated into native VLAN diff --git a/configure.ac b/configure.ac index 62e3df4d..f60617c2 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.1, bernat@luffy.cx) +AC_INIT(lldpd, 0.2, bernat@luffy.cx) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/lldpd.c]) AC_CONFIG_HEADER([config.h])