diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-06 01:46:25 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-06 01:46:25 +0000 |
commit | 723f66076e424a8c8f01e216c8e95f624a496262 (patch) | |
tree | 10202c76d354321462a0091db9ace0c47db87787 /src | |
parent | 2718f3097f8f63725641fbe86c8b77c390663582 (diff) | |
download | postgresql-723f66076e424a8c8f01e216c8e95f624a496262.tar.gz postgresql-723f66076e424a8c8f01e216c8e95f624a496262.zip |
Update entab version.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/entab/entab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/entab/entab.c b/src/tools/entab/entab.c index ab7d1930d03..98b0104082d 100644 --- a/src/tools/entab/entab.c +++ b/src/tools/entab/entab.c @@ -2,7 +2,7 @@ ** entab.c - add tabs to a text file ** by Bruce Momjian (root@candle.pha.pa.us) ** -** version 1.0 +** version 1.1 ** ** tabsize = 4 ** |