From: Vincent Bernat Date: Sat, 9 Oct 2010 14:57:45 +0000 (+0200) Subject: Prepare for release (0.5.2). X-Git-Tag: 0.5.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edbf114ebe30f44ad0776f252817dc751c57b487;p=thirdparty%2Flldpd.git Prepare for release (0.5.2). --- diff --git a/configure.ac b/configure.ac index 17f8c4ab..c3edd53b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Configure autoconf AC_PREREQ([2.64]) -AC_INIT([lldpd], [0.5.1], [bernat@luffy.cx]) +AC_INIT([lldpd], [0.5.2], [bernat@luffy.cx]) AC_CONFIG_SRCDIR([src/lldpd.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile src/Makefile man/Makefile tests/Makefile]) diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index fc593930..3fe1fde2 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -28,7 +28,7 @@ Summary: Implementation of IEEE 802.1ab (LLDP) Name: lldpd -Version: 0.5.1 +Version: 0.5.2 Release: 1%{?dist} License: MIT Group: System Environment/Daemons