post-release version update

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-04-10 16:02:25 +09:30
parent 2539b73868
commit daa2d4c868
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ TARGET_UNIX ?= $(if $(filter UNIX,$(TARGET_OS)),$(HOST_UNIX),)
# ============================================================================
TYR_RELEASE := v0.7
TYR_RELEASE := v0.8-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))

View File

@ -1,3 +1,7 @@
Unreleased
*
2013-04-10 TyrUtils v0.7
* Unix man page documentation for the main tools (qbsp, light, vis)