Bump version to 20031003 for added HTTP support.

This commit is contained in:
wiz 2003-10-03 15:41:03 +00:00
parent 38e730c27c
commit 297eaf11ad

View File

@ -1,4 +1,4 @@
/* $NetBSD: version.h,v 1.35 2003/09/23 07:10:53 grant Exp $ */
/* $NetBSD: version.h,v 1.36 2003/10/03 15:41:03 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 "20030923"
#define PKGTOOLS_VERSION "20031003"
#endif /* _INST_LIB_VERSION_H_ */