From: fatbob313 Date: Wed, 17 Feb 2010 16:58:30 +0000 (+0000) Subject: Note to self: Remember to update version string when releasing. Now I have to do... X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=4067f2a0693cc1b5536a3161e61eabb1aea551a3 Note to self: Remember to update version string when releasing. Now I have to do it all over... --- 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