summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-05-17 23:57:58 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-05-17 23:57:58 +0800
commit47790921d7c51a703ebd28a9d6fa675d4862a46e (patch)
treebff36f97a008532aa9f82c8f50ac16795df1eb57
parent5d2e3cf3fba3b63da40aab77333d391e19f756f1 (diff)
downloaddropbear-47790921d7c51a703ebd28a9d6fa675d4862a46e.tar.gz
bump version to 2017.75
-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 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