diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-04 06:38:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-04 06:38:29 +0000 |
commit | 66ecb76eb56cb1dac88525d59ce1096e0f11b721 (patch) | |
tree | 5c2df2affb50ba5cdfaa0418d0ead691876bc4a8 | |
parent | 55a059b0bc0af72262699d029e59223d8761fa2f (diff) | |
download | pkgsrc-66ecb76eb56cb1dac88525d59ce1096e0f11b721.tar.gz |
Bump date, so that version in src and pkgsrc have the same
version _and_ the same code.
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index 35ce0a0e396..9eaa0b7921d 100644 --- a/pkgtools/pkg_install/files/lib/version.h +++ b/pkgtools/pkg_install/files/lib/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.55 2006/03/13 22:08:22 erh Exp $ */ +/* $NetBSD: version.h,v 1.56 2006/04/04 06:38:29 wiz 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 "20060313" +#define PKGTOOLS_VERSION "20060404" #endif /* _INST_LIB_VERSION_H_ */ |