diff --git a/debian/changelog b/debian/changelog index 473dff46..18f42e04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (1.3-1) focal; urgency=low + + * 1.3 + + -- Stas Sergeev Thu, 25 Mar 2021 17:50:00 +0300 + fdpp (1.2-1) focal; urgency=low * 1.2 diff --git a/fdpp/makefile b/fdpp/makefile index 7f66d20a..cd8c3a42 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -14,7 +14,7 @@ HDR=$(TOP)/hdr/ SRC=$(TOP)/kernel/ FDPPLIB = libfdpp.so RELVER = -MAJ = 1.2 +MAJ = 1.3 VERSION = $(MAJ)$(RELVER) PKG = fdpp-$(VERSION) TAR = $(PKG).tar