diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-17 23:57:58 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-17 23:57:58 +0800 |
commit | 96dfbc882d353758517d3621bc1e5ba6f92033c9 (patch) | |
tree | f30b7b7b1c06a117190ff01c9eb5105186d6c9d5 | |
parent | d3883e54b8d066eb6382b7d3cc41770d64078670 (diff) |
bump version to 2017.75
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | sysoptions.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 87edb50..037805f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2017.75-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Thu, 18 May 2017 22:51:57 +0800 + dropbear (2016.74-0.1) unstable; urgency=low * New upstream release. diff --git a/sysoptions.h b/sysoptions.h index 9ad59b3..29580df 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2016.74" +#define DROPBEAR_VERSION "2017.75" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |