Update version to 0.2.6
authorfatbob313 <martin@fatbob.nu>
Tue, 8 Feb 2011 22:06:45 +0000 (22:06 +0000)
committerfatbob313 <martin@fatbob.nu>
Tue, 8 Feb 2011 22:06:45 +0000 (22:06 +0000)
openwrt/Makefile.openssl
openwrt/Makefile.polarssl
src/version.h

index 89eee6f48f62fe79da82568f01d7872f3f4ea088..5b6fb1d0e45017a93ea9ce7265557e86d28b0275 100644 (file)
@@ -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)
index b83ef9e35ea3098ea1469dc52e5a2f11566acfb8..8d641af1886c723ed694ece164b14e4c6bfb9382 100644 (file)
@@ -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)
index a92f6298646372911008cc1a9fd1a578e616a611..f556d1f3133f3550d33558d4f0715fdc97c7a58b 100644 (file)
@@ -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