diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-03-02 14:51:22 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-03-02 14:51:22 +0000 |
commit | 0d3f794e1b3ff5fad5e58a91722c3143b77642d6 (patch) | |
tree | 1cc68eea36bb41ada982d80dba9348b1a83455d4 /src/version.h | |
parent | faf4814606d432aaa129677e45c357193b960ab9 (diff) | |
download | src-vendor/tnftp.tar.gz src-vendor/tnftp.zip |
Import tnftp-20150912vendor/tnftp
Notes
Notes:
svn path=/vendor/tnftp/dist/; revision=296314
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 |