bumped version to 2.6.2

This commit is contained in:
Michael Rash 2014-04-26 23:43:32 -04:00
parent 0c70c7db21
commit 30f30a91ac
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
2.6.1
2.6.2

View File

@ -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)

View File

@ -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 <mbr@cipherdyne.org> - 2.6.2
- fwknop-2.6.2 release.
* Sat Apr 12 2014 <mbr@cipherdyne.org> - 2.6.1
- fwknop-2.6.1 release.