diff --git a/debian/changelog b/debian/changelog index f9e39422..01ec6136 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (0.1~beta6-1) disco; urgency=low + + * beta-6 + + -- Stas Sergeev Sun, 9 Jun 2019 14:30:00 +0300 + fdpp (0.1~beta5-1) disco; urgency=low * beta-5 diff --git a/fdpp/makefile b/fdpp/makefile index 08c88ff0..775ec759 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -11,7 +11,7 @@ include $(srcdir)/clang.mak HDR=$(srcdir)/../hdr/ SRC=$(srcdir)/../kernel/ FDPPLIB = libfdpp.so -RELVER = beta5 +RELVER = beta6 MAJ = 0.1 VERSION = $(MAJ)$(RELVER) PKG = fdpp-$(VERSION)