From 5d095e9a270e9c806626e4cd0cfae64a8636346c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 26 Jun 2020 21:45:59 +0800 Subject: [PATCH] version 2020.80 --- debian/changelog | 6 ++++++ sysoptions.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 48ba46ca3..a0fa7abec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dropbear (2020.80-0.1) unstable; urgency=low + + * New upstream release. + + -- Matt Johnston 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 2c0cb0a31..23ba268ee 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