Skip to content

Commit

Permalink
bump version to 2.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Dec 9, 2019
1 parent ffe040c commit e7b41c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.10
2.6.11
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.10])
m4_define(my_version, [2.6.11])
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.10
Version: 2.6.11
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
* Mon Dec 09 2019 <[email protected]> - 2.6.11
- fwknop-2.6.11 release.

* Tue Aug 06 2018 <[email protected]> - 2.6.10
- fwknop-2.6.10 release.

Expand Down
2 changes: 1 addition & 1 deletion win32/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
#undef TIME_WITH_SYS_TIME

/* Version number of package */
#define VERSION "2.6.10"
#define VERSION "2.6.11"

/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
Expand Down

0 comments on commit e7b41c6

Please sign in to comment.