Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/grep bump version due to today\'s changes



details:   https://anonhg.NetBSD.org/src/rev/5fccbe0a3e9e
branches:  trunk
changeset: 566330:5fccbe0a3e9e
user:      cjep <cjep%NetBSD.org@localhost>
date:      Wed May 05 15:06:33 2004 +0000

description:
bump version due to today\'s changes

diffstat:

 usr.bin/grep/grep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d946a916b804 -r 5fccbe0a3e9e usr.bin/grep/grep.h
--- a/usr.bin/grep/grep.h       Wed May 05 14:52:34 2004 +0000
+++ b/usr.bin/grep/grep.h       Wed May 05 15:06:33 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grep.h,v 1.1.1.2 2004/01/02 15:00:34 cjep Exp $        */
+/*     $NetBSD: grep.h,v 1.2 2004/05/05 15:06:33 cjep Exp $    */
 
 /*-
  * Copyright (c) 1999 James Howard and Dag-Erling Coïdan Smørgrav
@@ -32,7 +32,7 @@
 #include <stdio.h>
 #include <zlib.h>
 
-#define VERSION "20031230"
+#define VERSION "20040505"
 
 #define        GREP_READ       0
 #define GREP_SKIP      1



Home | Main Index | Thread Index | Old Index