We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355ee14 commit b83ba2aCopy full SHA for b83ba2a
Makefile
@@ -5,8 +5,8 @@ endif
5
export TOPDIR := $(CURDIR)
6
7
export LIBNDS_MAJOR := 1
8
-export LIBNDS_MINOR := 7
9
-export LIBNDS_PATCH := 3
+export LIBNDS_MINOR := 8
+export LIBNDS_PATCH := 0
10
11
12
VERSION := $(LIBNDS_MAJOR).$(LIBNDS_MINOR).$(LIBNDS_PATCH)
0 commit comments