changeset 2454:d77bb274b15c

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 02 Apr 1993 23:17:33 +0000
parents 944c0ecde8b1
children 27d28402ee59
files src/regex.c src/regex.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/regex.c	Fri Apr 02 22:53:56 1993 +0000
+++ b/src/regex.c	Fri Apr 02 23:17:33 1993 +0000
@@ -1,5 +1,5 @@
 /* Extended regular expression matching and search library,
-   version 0.11.
+   version 0.12.
    (Implements POSIX draft P10003.2/D11.2, except for
    internationalization features.)
 
--- a/src/regex.h	Fri Apr 02 22:53:56 1993 +0000
+++ b/src/regex.h	Fri Apr 02 23:17:33 1993 +0000
@@ -1,7 +1,7 @@
 /* Definitions for data structures and routines for the regular
-   expression library, version 0.11.
+   expression library, version 0.12.
 
-   Copyright (C) 1985, 89, 90, 91, 92 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by