diff --git a/debian/changelog b/debian/changelog index 4d74abf6..7a262fc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (1.7-1) mantic; urgency=low + + * 1.7 + + -- Stas Sergeev Thu, 21 Sep 2023 18:50:00 +0500 + fdpp (1.6-1) focal; urgency=low * 1.6 diff --git a/fdpp/makefile b/fdpp/makefile index 149124a2..5b5a6e50 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -19,7 +19,7 @@ FDPPDEVL = libfdpp.so FDPPLIB = $(FDPPDEVL).$(AVER).$(BVER) LDFLAGS += -Wl,-soname=$(FDPPLIB) TARGET=fdppkrnl.$(AVER).$(BVER) -RELVER = 6 +RELVER = 7 MAJ = 1 VERSION = $(MAJ).$(RELVER) PKG = fdpp-$(VERSION)