Skip to content

Commit c5f8d27

Browse files
committed
1.1
1 parent ee878c7 commit c5f8d27

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
fdpp (1.1-1) focal; urgency=low
2+
3+
* 1.1
4+
5+
-- Stas Sergeev <stsp@users.sourceforge.net> Tue, 24 Nov 2020 00:15:00 +0300
6+
17
fdpp (1.0-1) focal; urgency=low
28

39
* 1.0-final

fdpp/makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ TOP = $(abspath $(srcdir)/..)
1313
HDR=$(TOP)/hdr/
1414
SRC=$(TOP)/kernel/
1515
FDPPLIB = libfdpp.so
16-
RELVER = final
17-
MAJ = 1.0
16+
RELVER =
17+
MAJ = 1.1
1818
VERSION = $(MAJ)$(RELVER)
1919
PKG = fdpp-$(VERSION)
2020
TAR = $(PKG).tar

0 commit comments

Comments
 (0)