Skip to content

Commit b83ba2a

Browse files
committed
next release is 1.8.0
1 parent 355ee14 commit b83ba2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ endif
55
export TOPDIR := $(CURDIR)
66

77
export LIBNDS_MAJOR := 1
8-
export LIBNDS_MINOR := 7
9-
export LIBNDS_PATCH := 3
8+
export LIBNDS_MINOR := 8
9+
export LIBNDS_PATCH := 0
1010

1111

1212
VERSION := $(LIBNDS_MAJOR).$(LIBNDS_MINOR).$(LIBNDS_PATCH)

0 commit comments

Comments
 (0)