summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2010-03-21 20:27:26 +0000
committerlukem <lukem@NetBSD.org>2010-03-21 20:27:26 +0000
commitf009f7a2e4b85d42500cf09ad3dbb0a556fea1ff (patch)
tree808c260a57079bd221645c270232cf554dd535fa /libexec
parent56e30c61a6eec44daf0bbd3da9148e979cec2b8f (diff)
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
PR/43023: Bruce Cran: FTPD bug remote crash
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/version.h b/libexec/ftpd/version.h
index 7a13ee9690a..ff250ff82b1 100644
--- a/libexec/ftpd/version.h
+++ b/libexec/ftpd/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.73 2009/11/07 03:10:05 lukem Exp $ */
+/* $NetBSD: version.h,v 1.74 2010/03/21 20:27:26 lukem Exp $ */
/*-
* Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,5 +29,5 @@
*/
#ifndef FTPD_VERSION
-#define FTPD_VERSION "NetBSD-ftpd 20091107"
+#define FTPD_VERSION "NetBSD-ftpd 20100320"
#endif