bump version post-release
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
2e74b15a08
commit
59f53cf2fa
2
Makefile
2
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))
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Unreleased
|
||||
|
||||
*
|
||||
|
||||
2013-04-25 TyrUtils v0.10
|
||||
|
||||
* Documentation added for bspinfo and bsputil
|
||||
|
|
|
|||
Loading…
Reference in New Issue