Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pkg_install/lib bump version for last.



details:   https://anonhg.NetBSD.org/src/rev/6f6cfacd767c
branches:  trunk
changeset: 545597:6f6cfacd767c
user:      grant <grant%NetBSD.org@localhost>
date:      Fri Apr 11 14:16:45 2003 +0000

description:
bump version for last.

diffstat:

 usr.sbin/pkg_install/lib/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 3d4c4b3e50ea -r 6f6cfacd767c usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Fri Apr 11 14:13:28 2003 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Fri Apr 11 14:16:45 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.24 2003/04/10 05:08:55 grant Exp $       */
+/*     $NetBSD: version.h,v 1.25 2003/04/11 14:16:45 grant 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 "20030410"
+#define PKGTOOLS_VERSION "20030411"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index