From: Michael Rash Date: Mon, 2 Jan 2012 16:29:16 +0000 (-0500) Subject: bumped version to 2.0 X-Git-Tag: fwknop-2.0~8 X-Git-Url: http://www.cipherdyne.com/cgi-bin/gitweb.cgi?p=fwknop.git;a=commitdiff_plain;h=a6a6a004d462b693c86eb27ddb220cd5a0b82aa7 bumped version to 2.0 --- diff --git a/VERSION b/VERSION index 09ccf28..b2d4626 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -fwknop-2.0rc5 +fwknop-2.0 diff --git a/android/project/jni/config.h b/android/project/jni/config.h index 8510272..69809c7 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.0rc5" +#define PACKAGE_STRING "fwknop 2.0" /* 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.0rc5" +#define PACKAGE_VERSION "2.0" /* 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.0rc5" +#define VERSION "2.0" /* 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 d32edc2..460b4fa 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.0rc5 +PKG_VERSION:=2.0 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/fwknop-$(PKG_VERSION) diff --git a/win32/config.h b/win32/config.h index f5e297e..4dc0c90 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.0rc5" +#define VERSION "2.0" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */