From 30f30a91ac6ee447b913a516669bb5ae4c993527 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sat, 26 Apr 2014 23:43:32 -0400 Subject: [PATCH] bumped version to 2.6.2 --- VERSION | 2 +- configure.ac | 2 +- fwknop.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 6a6a3d8e..097a15a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/configure.ac b/configure.ac index ec0bc905..113a549d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PREREQ(2.62) dnl Define our name, version and email. m4_define(my_package, [fwknop]) -m4_define(my_version, [2.6.1]) +m4_define(my_version, [2.6.2]) m4_define(my_bug_email, [dstuart@dstuart.org]) AC_INIT(my_package, my_version, my_bug_email) diff --git a/fwknop.spec b/fwknop.spec index 72ef0972..2f7cbae5 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -13,7 +13,7 @@ %define _mandir /usr/share/man Name: fwknop -Version: 2.6.1 +Version: 2.6.2 Epoch: 1 Release: 1%{?dist} Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. @@ -142,6 +142,9 @@ fi %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf %changelog +* Sun Apr 27 2014 - 2.6.2 +- fwknop-2.6.2 release. + * Sat Apr 12 2014 - 2.6.1 - fwknop-2.6.1 release.