Bumped version to fwknop-2.0.0-rc3

Bumped version to fwknop-2.0.0-rc3
This commit is contained in:
Michael Rash 2011-08-18 22:25:12 -04:00
parent 1e494aba2e
commit 8b0787c270
3 changed files with 5 additions and 5 deletions

View File

@ -207,13 +207,13 @@
#define PACKAGE_NAME "fwknop" #define PACKAGE_NAME "fwknop"
/* Define to the full name and version of this package. */ /* 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 to the one symbol short name of this package. */
#define PACKAGE_TARNAME "fwknop" #define PACKAGE_TARNAME "fwknop"
/* Define to the version of this package. */ /* 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. */ /* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_UNSIGNED_INT 4
@ -247,7 +247,7 @@
/* Version number of package */ /* 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 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=fwknopd PKG_NAME:=fwknopd
PKG_VERSION:=2.0.0rc2 PKG_VERSION:=2.0.0rc3
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/fwknop-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/fwknop-$(PKG_VERSION)

View File

@ -175,7 +175,7 @@
#undef TIME_WITH_SYS_TIME #undef TIME_WITH_SYS_TIME
/* Version number of package */ /* 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 /* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */ first (like Motorola and SPARC, unlike Intel and VAX). */