From: fatbob313 Date: Tue, 8 Feb 2011 22:06:45 +0000 (+0000) Subject: Update version to 0.2.6 X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=04c6a2758cec961a638be127ff4a5baf71621733 Update version to 0.2.6 --- diff --git a/openwrt/Makefile.openssl b/openwrt/Makefile.openssl index 89eee6f..5b6fb1d 100644 --- a/openwrt/Makefile.openssl +++ b/openwrt/Makefile.openssl @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur-openssl -PKG_VERSION:=0.2.5 +PKG_VERSION:=0.2.6 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/openwrt/Makefile.polarssl b/openwrt/Makefile.polarssl index b83ef9e..8d641af 100644 --- a/openwrt/Makefile.polarssl +++ b/openwrt/Makefile.polarssl @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur-polarssl -PKG_VERSION:=0.2.5 +PKG_VERSION:=0.2.6 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/src/version.h b/src/version.h index a92f629..f556d1f 100644 --- a/src/version.h +++ b/src/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H_989876 #define VERSION_H_989876 -#define UMURMUR_VERSION "0.2.5" +#define UMURMUR_VERSION "0.2.6" #endif