Skip to content

Commit

Permalink
bumped version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Jan 2, 2012
1 parent ac0bf15 commit a6a6a00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fwknop-2.0rc5
fwknop-2.0
6 changes: 3 additions & 3 deletions android/project/jni/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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). */
Expand Down
2 changes: 1 addition & 1 deletion extras/openwrt/package/fwknop/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion win32/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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). */
Expand Down

0 comments on commit a6a6a00

Please sign in to comment.