From 7fb222b65796cfc1e66040441fcc400f8f8f6b05 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sat, 1 Jan 2022 14:10:01 +0300 Subject: [PATCH] 1.5 --- debian/changelog | 6 ++++++ fdpp/makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f5cc71f3..4d9ca009 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (1.5-1) focal; urgency=low + + * 1.5 + + -- Stas Sergeev Sat, 1 Jan 2022 14:10:00 +0300 + fdpp (1.4-1) focal; urgency=low * 1.4 diff --git a/fdpp/makefile b/fdpp/makefile index 34e591ce..05797db2 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -13,7 +13,7 @@ TOP = $(abspath $(srcdir)/..) HDR=$(TOP)/hdr SRC=$(TOP)/kernel FDPPLIB = libfdpp.so -RELVER = 4 +RELVER = 5 MAJ = 1 VERSION = $(MAJ).$(RELVER) PKG = fdpp-$(VERSION)