From 8791e59fe53b77679aa141d1b74e975eab012a6d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 17 Nov 2008 20:06:56 +0100 Subject: [PATCH] Release 0.2 --- CHANGELOG | 1 - configure.ac | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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]) -- 2.39.5