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 number after adding "a...



details:   https://anonhg.NetBSD.org/src/rev/46eb5a3de6e3
branches:  trunk
changeset: 539312:46eb5a3de6e3
user:      agc <agc%NetBSD.org@localhost>
date:      Thu Nov 14 11:57:15 2002 +0000

description:
Bump version number after adding "alpha" and "beta" version modifier
recognition.

diffstat:

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

diffs (17 lines):

diff -r d3b40cb7d8f8 -r 46eb5a3de6e3 usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h        Thu Nov 14 11:33:48 2002 +0000
+++ b/usr.sbin/pkg_install/lib/version.h        Thu Nov 14 11:57:15 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.17 2002/11/02 02:07:43 wiz Exp $ */
+/*     $NetBSD: version.h,v 1.18 2002/11/14 11:57:15 agc 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 "20021101"
+#define PKGTOOLS_VERSION "20021114"
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index