From: fatbob313 Date: Sun, 7 Mar 2010 21:14:55 +0000 (+0000) Subject: Update version to 0.2.2 X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=e0f46582ad0075fe8846ce48329fbccded9de223 Update version to 0.2.2 --- diff --git a/openwrt/Makefile.openssl b/openwrt/Makefile.openssl index 3144997..9e27eaf 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.1 +PKG_VERSION:=0.2.2 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/openwrt/Makefile.polarssl b/openwrt/Makefile.polarssl index d93ed64..37582d5 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.1 +PKG_VERSION:=0.2.2 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/src/version.h b/src/version.h index 2cc2f52..b498945 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.1" +#define UMURMUR_VERSION "0.2.2" #endif