From: Vincent Bernat Date: Tue, 19 May 2009 12:42:45 +0000 (+0200) Subject: Update version in configure.ac X-Git-Tag: 0.4.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=accd4a6587b0c26bfb21e27fcaca52acfa51c400;p=thirdparty%2Flldpd.git Update version in configure.ac --- diff --git a/configure.ac b/configure.ac index 4a23fa81..947400e1 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.4.0, bernat@luffy.cx) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/lldpd.c]) AC_CONFIG_HEADER([config.h])