diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-06-26 21:45:59 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-06-26 21:45:59 +0800 |
commit | 5d095e9a270e9c806626e4cd0cfae64a8636346c (patch) | |
tree | 43bc1625b744669d1cc3549bb2ad1bb58a1a6ede | |
parent | 3727b099c5a88ae817e1c8d9c4af44ee36842a8f (diff) |
version 2020.80
-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 48ba46c..a0fa7ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2020.80-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston <matt@ucc.asn.au> Fri, 26 Jun 2020 22:51:57 +0800 + dropbear (2020.79-0.1) unstable; urgency=low * New upstream release. diff --git a/sysoptions.h b/sysoptions.h index 2c0cb0a..23ba268 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -4,7 +4,7 @@ *******************************************************************/ #ifndef DROPBEAR_VERSION -#define DROPBEAR_VERSION "2020.79" +#define DROPBEAR_VERSION "2020.80" #endif #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION |