summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1993-04-02 23:12:15 +0000
committerJim Blandy <jimb@red-bean.com>1993-04-02 23:12:15 +0000
commitba806906d7a59d9eff0934887eef8881126ab1d9 (patch)
treeda7d3bbbca4f4f3c3fb96515c0089f2f16914c61
parenta9576d3cabf1bfe37c4a886666696757d79e6a47 (diff)
downloadgnulib-ba806906d7a59d9eff0934887eef8881126ab1d9.tar.gz
*** empty log message ***
-rw-r--r--Makefile.in2
-rw-r--r--regex.c2
-rw-r--r--regex.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 4d753196d3..836e6de0ba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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
diff --git a/regex.c b/regex.c
index 4d617d39b1..8169880d7e 100644
--- a/regex.c
+++ b/regex.c
@@ -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.)
diff --git a/regex.h b/regex.h
index 0840861da3..408dd21034 100644
--- a/regex.h
+++ b/regex.h
@@ -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