summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2009-03-02 03:48:43 +0000
committerlukem <lukem@NetBSD.org>2009-03-02 03:48:43 +0000
commita341f7315cb24bcf3a6442e2972586ff9aa4aadd (patch)
treed6043a7f501acf6ad138cd69856c5107ab5b72c0 /libexec
parent6269ac3894704917fd04a6e9232c2a97b67c7231 (diff)
bump version for remoteloghost & portability changes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/version.h b/libexec/ftpd/version.h
index 76453c30e9f..00549d47682 100644
--- a/libexec/ftpd/version.h
+++ b/libexec/ftpd/version.h
@@ -1,6 +1,6 @@
-/* $NetBSD: version.h,v 1.70 2008/09/16 12:30:38 lukem Exp $ */
+/* $NetBSD: version.h,v 1.71 2009/03/02 03:48:43 lukem Exp $ */
/*-
- * Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -29,5 +29,5 @@
*/
#ifndef FTPD_VERSION
-#define FTPD_VERSION "NetBSD-ftpd 20080916"
+#define FTPD_VERSION "NetBSD-ftpd 20090302"
#endif