From 68689dcf7f522dd9846748fd430fd20ee75941fa Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sat, 4 Jul 2020 12:54:17 +0300 Subject: [PATCH] rc-3 --- debian/changelog | 6 ++++++ fdpp/makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 30b3fb79..8a8914d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (1.0~rc3-1) focal; urgency=low + + * rc-3 + + -- Stas Sergeev Sat, 4 Jul 2020 13:00:00 +0300 + fdpp (1.0~rc2-1) focal; urgency=low * rc-2 diff --git a/fdpp/makefile b/fdpp/makefile index e7c37281..7e359694 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -13,7 +13,7 @@ TOP = $(abspath $(srcdir)/..) HDR=$(TOP)/hdr/ SRC=$(TOP)/kernel/ FDPPLIB = libfdpp.so -RELVER = rc2 +RELVER = rc3 MAJ = 1.0 VERSION = $(MAJ)$(RELVER) PKG = fdpp-$(VERSION)