From: fatbob313 Date: Wed, 24 Mar 2010 20:58:26 +0000 (+0000) Subject: Release 0.2.4 X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=d4b84f09bb4b1fc6b62602ebcddfb539ed94a94c Release 0.2.4 --- diff --git a/CHANGELOG b/CHANGELOG index 39ba7bb..29e04dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.2.4: +Fsked up the 0.2.3 release with a bad Makefile... Fixed in this one. + 0.2.3: Fix byte order confusion which made uMurmur not work on big endian platforms. diff --git a/openwrt/Makefile.openssl b/openwrt/Makefile.openssl index e182eed..6d881cf 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.3 +PKG_VERSION:=0.2.4 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/openwrt/Makefile.polarssl b/openwrt/Makefile.polarssl index 8186f7a..036f01c 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.3 +PKG_VERSION:=0.2.4 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/src/version.h b/src/version.h index 47773e1..28358ee 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.3" +#define UMURMUR_VERSION "0.2.4" #endif