bumped version to 2.0.0rc4

This commit is contained in:
Michael Rash 2011-08-21 14:06:41 -04:00
parent b937ae2347
commit 17beb2d348
6 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
fwknop-2.0.0-rc3
fwknop-2.0.0rc4

View File

@ -207,13 +207,13 @@
#define PACKAGE_NAME "fwknop"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "fwknop 2.0.0rc3"
#define PACKAGE_STRING "fwknop 2.0.0rc4"
/* 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.0rc3"
#define PACKAGE_VERSION "2.0.0rc4"
/* 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.0rc3"
#define VERSION "2.0.0rc4"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */

View File

@ -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.0rc3])
m4_define(my_version, [2.0.0rc4])
m4_define(my_bug_email, [dstuart@dstuart.org])
AC_INIT(my_package, my_version, my_bug_email)

View File

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

View File

@ -13,7 +13,7 @@
%define _mandir /usr/share/man
Name: fwknop
Version: 2.0.0rc3
Version: 2.0.0rc4
# Uncomment this when the version becomes 2.0.0 (without the rcX).
#Epoch: 1
Release: 1%{?dist}

View File

@ -175,7 +175,7 @@
#undef TIME_WITH_SYS_TIME
/* Version number of package */
#define VERSION "2.0.0rc3"
#define VERSION "2.0.0rc4"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */