diff --git a/debian/changelog b/debian/changelog index 8a8914d6..deefe109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (1.0-1) focal; urgency=low + + * 1.0-final + + -- Stas Sergeev Sat, 22 Aug 2020 01:00:00 +0300 + fdpp (1.0~rc3-1) focal; urgency=low * rc-3 diff --git a/fdpp/makefile b/fdpp/makefile index 7e359694..df1afa44 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -13,7 +13,7 @@ TOP = $(abspath $(srcdir)/..) HDR=$(TOP)/hdr/ SRC=$(TOP)/kernel/ FDPPLIB = libfdpp.so -RELVER = rc3 +RELVER = final MAJ = 1.0 VERSION = $(MAJ)$(RELVER) PKG = fdpp-$(VERSION)