changeset 47:aa29fd3e6a26

*** empty log message ***
author Jim Blandy <jimb@red-bean.com>
date Fri, 02 Apr 1993 23:12:15 +0000
parents 813a8b4dc044
children e5f368fdc8c2
files Makefile.in regex.c regex.h
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Apr 02 23:12:00 1993 +0000
+++ b/Makefile.in	Fri Apr 02 23:12:15 1993 +0000
@@ -1,6 +1,6 @@
 # Makefile for regex.
 # 
-# Copyright (C) 1992 Free Software Foundation, Inc.
+# Copyright (C) 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
--- a/regex.c	Fri Apr 02 23:12:00 1993 +0000
+++ b/regex.c	Fri Apr 02 23:12:15 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/regex.h	Fri Apr 02 23:12:00 1993 +0000
+++ b/regex.h	Fri Apr 02 23:12:15 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