From 4067f2a0693cc1b5536a3161e61eabb1aea551a3 Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Wed, 17 Feb 2010 16:58:30 +0000 Subject: [PATCH] Note to self: Remember to update version string when releasing. Now I have to do it all over... --- 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 f039975..3144997 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.0 +PKG_VERSION:=0.2.1 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/openwrt/Makefile.polarssl b/openwrt/Makefile.polarssl index 9d309d0..d93ed64 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.0 +PKG_VERSION:=0.2.1 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/src/version.h b/src/version.h index a98ac12..2cc2f52 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.0-beta2" +#define UMURMUR_VERSION "0.2.1" #endif -- 2.30.2