Release 0.2.4
authorfatbob313 <martin@fatbob.nu>
Wed, 24 Mar 2010 20:58:26 +0000 (20:58 +0000)
committerfatbob313 <martin@fatbob.nu>
Wed, 24 Mar 2010 20:58:26 +0000 (20:58 +0000)
CHANGELOG
openwrt/Makefile.openssl
openwrt/Makefile.polarssl
src/version.h

index 39ba7bb87990a22772f51f132f7a8a2cdfccf4e2..29e04dc2699850ead506b853947e293e4c7707ac 100644 (file)
--- 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.
index e182eedad8ef14ca0cb08c56df30dd03c4fbd423..6d881cfb44dc625e21809930656ef5eadb9d93f6 100644 (file)
@@ -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)
index 8186f7a0ea27f1ba99490e32b4546d1a6b973a74..036f01ca273f13ac9d20e85be5c9a6091fe6eacb 100644 (file)
@@ -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)
index 47773e15a0ed4f101373a4cd66b36429ee72af6b..28358ee8c0ee44678aa056e2602396da2d0a1ca5 100644 (file)
@@ -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