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 Recognize "pre" as pre-release vers...
details: https://anonhg.NetBSD.org/src/rev/f0eea28a78b5
branches: trunk
changeset: 571069:f0eea28a78b5
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Nov 10 16:51:16 2004 +0000
description:
Recognize "pre" as pre-release version. Bump version to 20041110.
diffstat:
usr.sbin/pkg_install/lib/str.c | 5 +++--
usr.sbin/pkg_install/lib/version.h | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (42 lines):
diff -r b0f3d52ca6d9 -r f0eea28a78b5 usr.sbin/pkg_install/lib/str.c
--- a/usr.sbin/pkg_install/lib/str.c Wed Nov 10 16:39:04 2004 +0000
+++ b/usr.sbin/pkg_install/lib/str.c Wed Nov 10 16:51:16 2004 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: str.c,v 1.47 2004/10/30 15:04:45 dsl Exp $ */
+/* $NetBSD: str.c,v 1.48 2004/11/10 16:51:16 wiz Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "Id: str.c,v 1.5 1997/10/08 07:48:21 charnier Exp";
#else
-__RCSID("$NetBSD: str.c,v 1.47 2004/10/30 15:04:45 dsl Exp $");
+__RCSID("$NetBSD: str.c,v 1.48 2004/11/10 16:51:16 wiz Exp $");
#endif
#endif
@@ -151,6 +151,7 @@
static const test_t modifiers[] = {
{ "alpha", 5, Alpha },
{ "beta", 4, Beta },
+ { "pre", 3, RC },
{ "rc", 2, RC },
{ "pl", 2, Dot },
{ "_", 1, Dot },
diff -r b0f3d52ca6d9 -r f0eea28a78b5 usr.sbin/pkg_install/lib/version.h
--- a/usr.sbin/pkg_install/lib/version.h Wed Nov 10 16:39:04 2004 +0000
+++ b/usr.sbin/pkg_install/lib/version.h Wed Nov 10 16:51:16 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.58 2004/11/02 00:38:23 erh Exp $ */
+/* $NetBSD: version.h,v 1.59 2004/11/10 16:51:16 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 "20041101"
+#define PKGTOOLS_VERSION "20041110"
#endif /* _INST_LIB_VERSION_H_ */
Home |
Main Index |
Thread Index |
Old Index