diff options
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/version.h b/src/version.h index f5ad9721c387..80c54553bf23 100644 --- a/src/version.h +++ b/src/version.h @@ -1,8 +1,8 @@ -/* $NetBSD: version.h,v 1.6 2014/10/31 03:37:59 lukem Exp $ */ -/* from NetBSD: version.h,v 1.85 2014/10/31 03:27:18 lukem Exp */ +/* $NetBSD: version.h,v 1.7 2015/10/04 04:53:26 lukem Exp $ */ +/* from NetBSD: version.h,v 1.87 2015/09/12 20:18:52 wiz Exp */ /*- - * Copyright (c) 1999-2009 The NetBSD Foundation, Inc. + * Copyright (c) 1999-2015 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -35,5 +35,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20141026" +#define FTP_VERSION "20150912" #endif |