From 59f53cf2fa165d65d34d7b2a6adde8cc95582d4c Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Thu, 25 Apr 2013 21:43:32 +0930 Subject: [PATCH] bump version post-release Signed-off-by: Kevin Shanahan --- Makefile | 2 +- changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3af6e1ab..1cd278fb 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TARGET_UNIX ?= $(if $(filter UNIX,$(TARGET_OS)),$(HOST_UNIX),) # ============================================================================ -TYR_RELEASE := v0.10-pre +TYR_RELEASE := v0.11-pre TYR_GIT := $(shell git describe --dirty 2> /dev/null) TYR_VERSION := $(if $(TYR_GIT),$(TYR_GIT),$(TYR_RELEASE)) TYR_VERSION_NUM ?= $(patsubst v%,%,$(TYR_VERSION)) diff --git a/changelog.txt b/changelog.txt index 8e8326ad..32051ced 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Unreleased + +* + 2013-04-25 TyrUtils v0.10 * Documentation added for bspinfo and bsputil