changeset 902:2351b2da8e0d DROPBEAR_2014.63

2014.63
author Matt Johnston <matt@ucc.asn.au>
date Wed, 19 Feb 2014 22:04:35 +0800
parents 8bc704f417f3
children 277429102f13
files debian/changelog sysoptions.h
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/debian/changelog	Sun Feb 09 03:56:50 2014 -0500
+++ b/debian/changelog	Wed Feb 19 22:04:35 2014 +0800
@@ -1,3 +1,9 @@
+dropbear (2014.63-0.1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Matt Johnston <[email protected]>  Wed, 19 Feb 2014 22:54:00 +0800
+
 dropbear (2013.62) unstable; urgency=low
 
   * New upstream release.
--- a/sysoptions.h	Sun Feb 09 03:56:50 2014 -0500
+++ b/sysoptions.h	Wed Feb 19 22:04:35 2014 +0800
@@ -4,7 +4,7 @@
  *******************************************************************/
 
 #ifndef DROPBEAR_VERSION
-#define DROPBEAR_VERSION "2013.62"
+#define DROPBEAR_VERSION "2014.63"
 #endif
 
 #define LOCAL_IDENT "SSH-2.0-dropbear_" DROPBEAR_VERSION