Bump version post v1.6.0-rc.2 release

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2021-11-08 11:22:17 +01:00
parent 06cd37b892
commit 1b3e2d9423
4 changed files with 13 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ DIST_DIR ?= $(CURDIR)/dist
# TODO: These should be defined ONCE and currently duplicate the version in the
# toolkit makefile.
LIB_VERSION := 1.6.0
LIB_TAG := rc.2
LIB_TAG := rc.3
VERSION ?= $(LIB_VERSION)$(if $(LIB_TAG),-$(LIB_TAG))