From 30a6ed779b01ebbc5c1b9810152a8acfc847df70 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Wed, 7 Aug 2024 16:42:54 +0300 Subject: [PATCH] 1.8 --- debian/changelog | 6 ++++++ fdpp/makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7a262fc7..e2e247db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (1.8-1) noble; urgency=low + + * 1.8 + + -- Stas Sergeev Wed, 7 Aug 2024 16:40:00 +0300 + fdpp (1.7-1) mantic; urgency=low * 1.7 diff --git a/fdpp/makefile b/fdpp/makefile index 05a44f7a..8d84ada0 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -22,8 +22,8 @@ LDRDEVL = libfdldr.so LDRLIB = $(LDRDEVL).$(AVER).$(BVER) LDFLAGS += -Wl,-soname=$(FDPPLIB) -Wl,-Bsymbolic TARGET=fdppkrnl.$(AVER).$(BVER) -RELVER = 7 MAJ = 1 +RELVER = 8 VERSION = $(MAJ).$(RELVER) PKG = fdpp-$(VERSION) TAR = $(PKG).tar