From 18e19d0db6a3d3b07e5d5aeaeb36a3b82b56564f Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sun, 24 Feb 2019 02:12:23 +0300 Subject: [PATCH] beta-5 --- debian/changelog | 6 ++++++ fdpp/makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b11203d4..f9e39422 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (0.1~beta5-1) disco; urgency=low + + * beta-5 + + -- Stas Sergeev Sat, 24 Feb 2019 02:10:00 +0300 + fdpp (0.1~beta4-1) disco; urgency=low * beta-4 diff --git a/fdpp/makefile b/fdpp/makefile index 12d37484..55a76c54 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 = beta4 +RELVER = beta5 MAJ = 0.1 VERSION = $(MAJ)$(RELVER) PKG = fdpp-$(VERSION)