From 690fe25fa4201af8f76c28450177581ce14a1459 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 5 Dec 2011 21:14:31 -0500 Subject: [PATCH] added CREDITS file, bumped software version, added ChangeLog files --- VERSION | 2 +- android/project/jni/config.h | 6 +++--- configure.ac | 2 +- extras/openwrt/package/fwknop/Makefile | 2 +- fwknop.spec | 2 +- win32/config.h | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index 80232cd0..09ccf288 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -fwknop-2.0.0rc4 +fwknop-2.0rc5 diff --git a/android/project/jni/config.h b/android/project/jni/config.h index 20794a25..85102725 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.0rc4" +#define PACKAGE_STRING "fwknop 2.0rc5" /* 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.0rc4" +#define PACKAGE_VERSION "2.0rc5" /* 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.0rc4" +#define VERSION "2.0rc5" /* 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 d11aba1d..8757135d 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.0rc4]) +m4_define(my_version, [2.0rc5]) m4_define(my_bug_email, [dstuart@dstuart.org]) AC_INIT(my_package, my_version, my_bug_email) diff --git a/extras/openwrt/package/fwknop/Makefile b/extras/openwrt/package/fwknop/Makefile index 50c5f1a2..d32edc23 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.0rc4 +PKG_VERSION:=2.0rc5 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/fwknop-$(PKG_VERSION) diff --git a/fwknop.spec b/fwknop.spec index 4b9a72ff..5308f674 100644 --- a/fwknop.spec +++ b/fwknop.spec @@ -13,7 +13,7 @@ %define _mandir /usr/share/man Name: fwknop -Version: 2.0.0rc4 +Version: 2.0rc5 # Uncomment this when the version becomes 2.0.0 (without the rcX). #Epoch: 1 Release: 1%{?dist} diff --git a/win32/config.h b/win32/config.h index 968d2e37..f5e297e6 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.0rc4" +#define VERSION "2.0rc5" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */