From d4b84f09bb4b1fc6b62602ebcddfb539ed94a94c Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Wed, 24 Mar 2010 20:58:26 +0000 Subject: [PATCH] Release 0.2.4 --- CHANGELOG | 3 +++ openwrt/Makefile.openssl | 2 +- openwrt/Makefile.polarssl | 2 +- src/version.h | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.30.2