diff --git a/debian/changelog b/debian/changelog index e6071f8b..0c2c8536 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fdpp (1.0~rc1-1) focal; urgency=low + + * rc-1 + + -- Stas Sergeev Sat, 29 Feb 2020 20:00:00 +0300 + fdpp (0.1~beta9-1) disco; urgency=low * beta-9 diff --git a/fdpp/makefile b/fdpp/makefile index 100b3bec..4a2d14fb 100644 --- a/fdpp/makefile +++ b/fdpp/makefile @@ -12,8 +12,8 @@ include $(srcdir)/clang.mak HDR=$(srcdir)/../hdr/ SRC=$(srcdir)/../kernel/ FDPPLIB = libfdpp.so -RELVER = beta9 -MAJ = 0.1 +RELVER = rc1 +MAJ = 1.0 VERSION = $(MAJ)$(RELVER) PKG = fdpp-$(VERSION) TAR = $(PKG).tar