Skip to content
Commits on Source (3)
racon (1.3.2-1) unstable; urgency=medium
* Team upload.
* Standards-Version: 4.3.0 - no changes required
-- Steffen Moeller <moeller@debian.org> Sat, 26 Jan 2019 13:55:37 +0100
racon (1.3.1-1) unstable; urgency=medium
* Initial release (Closes: #890187)
......
......@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 11~),
libspoa-dev,
libthread-pool-dev,
rampler
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/racon
Vcs-Git: https://salsa.debian.org/med-team/racon.git
Homepage: https://github.com/isovic/racon
......
......@@ -9,7 +9,7 @@
#include "sequence.hpp"
#include "polisher.hpp"
static const char* version = "v1.3.1";
static const char* version = "v1.3.2";
static struct option options[] = {
{"include-unpolished", no_argument, 0, 'u'},
......