From 8b0787c270dc12552275d610bf38115f95cd5972 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 18 Aug 2011 22:25:12 -0400 Subject: [PATCH] Bumped version to fwknop-2.0.0-rc3 Bumped version to fwknop-2.0.0-rc3 --- android/project/jni/config.h | 6 +++--- extras/openwrt/package/fwknop/Makefile | 2 +- win32/config.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/android/project/jni/config.h b/android/project/jni/config.h index 98b823dd..2b230794 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.0rc2" +#define PACKAGE_STRING "fwknop 2.0.0rc3" /* 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.0rc2" +#define PACKAGE_VERSION "2.0.0rc3" /* 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.0rc2" +#define VERSION "2.0.0rc3" /* 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/extras/openwrt/package/fwknop/Makefile b/extras/openwrt/package/fwknop/Makefile index 72506ef5..93d734b6 100644 --- a/extras/openwrt/package/fwknop/Makefile +++ b/extras/openwrt/package/fwknop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fwknopd -PKG_VERSION:=2.0.0rc2 +PKG_VERSION:=2.0.0rc3 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/fwknop-$(PKG_VERSION) diff --git a/win32/config.h b/win32/config.h index d6fe4ac9..42c3688e 100644 --- a/win32/config.h +++ b/win32/config.h @@ -175,7 +175,7 @@ #undef TIME_WITH_SYS_TIME /* Version number of package */ -#define VERSION "2.0.0rc2" +#define VERSION "2.0.0rc3" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */