diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-21 14:54:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-21 14:54:41 +0000 |
commit | 2a9a39bbba8fae14eea3aeaa7b3511336e85aa63 (patch) | |
tree | 55cfdf33457922fa27e3780119b55c012143a6d2 /pkgtools | |
parent | 8f4a85152ab80fcb205de5547a50632869439687 (diff) | |
download | pkgsrc-2a9a39bbba8fae14eea3aeaa7b3511336e85aa63.tar.gz |
Bump version for pkg_add bug fix.
Diffstat (limited to 'pkgtools')
-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 6dd2820e601..d8a5f778da5 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.163 2012/01/28 12:33:05 joerg Exp $ */ +/* $NetBSD: version.h,v 1.164 2012/02/21 14:54:41 wiz Exp $ */ /* * Copyright (c) 2001 Thomas Klausner. All rights reserved. @@ -27,6 +27,6 @@ #ifndef _INST_LIB_VERSION_H_ #define _INST_LIB_VERSION_H_ -#define PKGTOOLS_VERSION 20120128 +#define PKGTOOLS_VERSION 20120221 #endif /* _INST_LIB_VERSION_H_ */ |