We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee878c7 commit c5f8d27Copy full SHA for c5f8d27
debian/changelog
@@ -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
7
fdpp (1.0-1) focal; urgency=low
8
9
* 1.0-final
fdpp/makefile
@@ -13,8 +13,8 @@ TOP = $(abspath $(srcdir)/..)
13
HDR=$(TOP)/hdr/
14
SRC=$(TOP)/kernel/
15
FDPPLIB = libfdpp.so
16
-RELVER = final
17
-MAJ = 1.0
+RELVER =
+MAJ = 1.1
18
VERSION = $(MAJ)$(RELVER)
19
PKG = fdpp-$(VERSION)
20
TAR = $(PKG).tar
0 commit comments