From e0f46582ad0075fe8846ce48329fbccded9de223 Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Sun, 7 Mar 2010 21:14:55 +0000 Subject: [PATCH] Update version to 0.2.2 --- openwrt/Makefile.openssl | 2 +- openwrt/Makefile.polarssl | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2