Bump PKGTOOLS_VERSION to today's date to allow telling in which version

PR 24744 was fixed (affects lib/ftpio.c).
This commit is contained in:
hubertf 2005-03-18 00:12:35 +00:00
parent fdbe9a372b
commit be04a114e9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: version.h,v 1.64 2005/02/10 22:52:31 grant Exp $ */
/* $NetBSD: version.h,v 1.65 2005/03/18 00:12:35 hubertf Exp $ */
/*
* Copyright (c) 2001 Thomas Klausner. All rights reserved.
@ -33,6 +33,6 @@
#ifndef _INST_LIB_VERSION_H_
#define _INST_LIB_VERSION_H_
#define PKGTOOLS_VERSION "20050210"
#define PKGTOOLS_VERSION "20050318"
#endif /* _INST_LIB_VERSION_H_ */