Skip to content

Commit

Permalink
bumped version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Nov 15, 2012
1 parent 38d4b5c commit 517f447
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fwknop-2.0.4 (11//2012):
fwknop-2.0.4 (11/15/2012):
- [server] Added upstart config at extras/upstart/fwknop.conf. This
allows the fwknopd to easily be managed with upstart via commands like
"service fwknop start" and "service fwknop stop".
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fwknop-2.0.3
fwknop-2.0.4
6 changes: 3 additions & 3 deletions android/project/jni/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@
#define PACKAGE_NAME "fwknop"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fwknop 2.0.3"
#define PACKAGE_STRING "fwknop 2.0.4"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fwknop"

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.3"
#define PACKAGE_VERSION "2.0.4"

/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4
Expand Down Expand Up @@ -247,7 +247,7 @@


/* Version number of package */
#define VERSION "2.0.3"
#define VERSION "2.0.4"

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
Expand Down
2 changes: 1 addition & 1 deletion android/project/jni/fwknop/fko.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern "C" {

/* General params
*/
#define FKO_PROTOCOL_VERSION "2.0.3" /* The fwknop protocol version */
#define FKO_PROTOCOL_VERSION "2.0.4" /* The fwknop protocol version */

/* Supported FKO Message types...
*/
Expand Down
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.0.3])
m4_define(my_version, [2.0.4])
m4_define(my_bug_email, [[email protected]])

AC_INIT(my_package, my_version, my_bug_email)
Expand Down
9 changes: 6 additions & 3 deletions 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.0.3
Version: 2.0.4
Epoch: 1
Release: 1%{?dist}
Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization.
Expand All @@ -30,13 +30,13 @@ Requires: libfko, iptables


%package -n libfko
Version: 0.0.3
Version: 0.0.4
Summary: The fwknop library
Group: Development/Libraries
Requires: gpg, gpgme

%package -n libfko-devel
Version: 0.0.3
Version: 0.0.4
Summary: The fwknop library header and API docs
Group: Development/Libraries
Requires: libfko
Expand Down Expand Up @@ -143,6 +143,9 @@ fi
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/fwknop/access.conf

%changelog
* Thu Nov 15 2012 <[email protected]>
- fwknop-2.0.4 release.

* Sat Nov 3 2012 Tomoyuki Kano <[email protected]> - 1:2.0.3-1
- Added missing include files.

Expand Down
6 changes: 3 additions & 3 deletions iphone/Classes/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ Copyright (C) Max Kastanas 2010
#define PACKAGE_NAME "fwknop"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fwknop 2.0.3"
#define PACKAGE_STRING "fwknop 2.0.4"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fwknop"

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.3"
#define PACKAGE_VERSION "2.0.4"

/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4
Expand Down Expand Up @@ -243,7 +243,7 @@ Copyright (C) Max Kastanas 2010


/* Version number of package */
#define VERSION "2.0.3"
#define VERSION "2.0.4"

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
Expand Down
2 changes: 1 addition & 1 deletion lib/fko.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extern "C" {

/* General params
*/
#define FKO_PROTOCOL_VERSION "2.0.3" /* The fwknop protocol version */
#define FKO_PROTOCOL_VERSION "2.0.4" /* The fwknop protocol version */

/* Supported FKO Message types...
*/
Expand Down

0 comments on commit 517f447

Please sign in to comment.