From 3637b0d78d1705481e9f1737bbd1f8e8ac8d2daa Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 17 Jun 2018 01:49:52 +0100 Subject: [PATCH] next release is 1.7.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 142f2abc..72d93441 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export TOPDIR := $(CURDIR) export LIBNDS_MAJOR := 1 export LIBNDS_MINOR := 7 -export LIBNDS_PATCH := 2 +export LIBNDS_PATCH := 3 VERSION := $(LIBNDS_MAJOR).$(LIBNDS_MINOR).$(LIBNDS_PATCH)