From 4cde31584fb9afed499b5951b7ae88b7765808c3 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 3 Aug 2012 22:16:22 -0400 Subject: [PATCH] bumped version to 2.0.2-pre1 --- VERSION | 2 +- android/project/jni/config.h | 6 +++--- configure.ac | 2 +- fwknop.spec | 2 +- iphone/Classes/config.h | 6 +++--- lib/fko.h | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VERSION b/VERSION index 225bdddc..6108373a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -fwknop-2.0.1 +fwknop-2.0.2-pre1 diff --git a/android/project/jni/config.h b/android/project/jni/config.h index 785ce211..e578588b 100644 --- a/android/project/jni/config.h +++ b/android/project/jni/config.h @@ -207,13 +207,13 @@ #define PACKAGE_NAME "fwknop" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "fwknop 2.0.1" +#define PACKAGE_STRING "fwknop 2.0.2" /* 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.1" +#define PACKAGE_VERSION "2.0.2" /* The size of `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 4 @@ -247,7 +247,7 @@ /* Version number of package */ -#define VERSION "2.0.1" +#define VERSION "2.0.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/configure.ac b/configure.ac index 7cb10987..3a244205 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.0.1]) +m4_define(my_version, [2.0.2-pre1]) 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 d216c52e..09942efb 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -13,7 +13,7 @@ %define _mandir /usr/share/man Name: fwknop -Version: 2.0.1 +Version: 2.0.2 Epoch: 1 Release: 1%{?dist} Summary: Firewall Knock Operator client. An implementation of Single Packet Authorization. diff --git a/iphone/Classes/config.h b/iphone/Classes/config.h index 65925b92..f241fbb5 100644 --- a/iphone/Classes/config.h +++ b/iphone/Classes/config.h @@ -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.1" +#define PACKAGE_STRING "fwknop 2.0.2" /* 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.1" +#define PACKAGE_VERSION "2.0.2" /* The size of `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 4 @@ -243,7 +243,7 @@ Copyright (C) Max Kastanas 2010 /* Version number of package */ -#define VERSION "2.0.1" +#define VERSION "2.0.2" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/lib/fko.h b/lib/fko.h index 3acf2671..4910b17f 100644 --- a/lib/fko.h +++ b/lib/fko.h @@ -54,7 +54,7 @@ extern "C" { /* General params */ -#define FKO_PROTOCOL_VERSION "1.9.12" /* The fwknop protocol version */ +#define FKO_PROTOCOL_VERSION "2.0.2" /* The fwknop protocol version */ /* Supported FKO Message types... */