Bump version to 1.6.0

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2021-11-17 10:07:36 +01:00
parent 58801d0c71
commit 2795e7d132
4 changed files with 13 additions and 2 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.3
LIB_TAG :=
VERSION ?= $(LIB_VERSION)$(if $(LIB_TAG),-$(LIB_TAG))