summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
-rw-r--r--src/regex.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/regex.c b/src/regex.c
index 4d617d39b17..8169880d7e4 100644
--- a/src/regex.c
+++ b/src/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/src/regex.h b/src/regex.h
index 0840861da36..408dd210348 100644
--- a/src/regex.h
+++ b/src/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