summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-06-26 21:45:59 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-06-26 21:45:59 +0800
commit13656610168843b2cf4047b6d753e83f20913a7c (patch)
tree248b9bde91754350da3886be073ecc62e350919f
parenteaf9be05d7d9de22f2ff936882874331fc2d1a0e (diff)
downloaddropbear-DROPBEAR_2020.80.tar.gz
version 2020.80DROPBEAR_2020.80
-rw-r--r--debian/changelog6
-rw-r--r--sysoptions.h2
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