From d5e5d2122905f367743438b193f4d25171a3df19 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sun, 30 Jun 2019 21:41:14 +0300 Subject: [PATCH] beta-7 --- debian/changelog | 6 ++++++ fdpp/makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 01ec6136..343efb51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (0.1~beta7-1) disco; urgency=low + + * beta-7 + + -- Stas Sergeev Sun, 30 Jun 2019 21:40:00 +0300 + fdpp (0.1~beta6-1) disco; urgency=low * beta-6 diff --git a/fdpp/makefile b/fdpp/makefile index 8e906c75..5f898224 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 = beta6 +RELVER = beta7 MAJ = 0.1 VERSION = $(MAJ)$(RELVER) PKG = fdpp-$(VERSION)