Skip to content

Commit

Permalink
bumped version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Apr 27, 2014
1 parent 0c70c7d commit 30f30a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.6.2
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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, [[email protected]])

AC_INIT(my_package, my_version, my_bug_email)
Expand Down
5 changes: 4 additions & 1 deletion fwknop.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -142,6 +142,9 @@ fi
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf

%changelog
* Sun Apr 27 2014 <[email protected]> - 2.6.2
- fwknop-2.6.2 release.

* Sat Apr 12 2014 <[email protected]> - 2.6.1
- fwknop-2.6.1 release.

Expand Down

0 comments on commit 30f30a9

Please sign in to comment.