projects
/
pg_bsd_indent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e19d6d
)
Bump version to 2.1.1.
REL_2_1_1
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 16 May 2020 15:39:11 +0000
(11:39 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 16 May 2020 15:39:11 +0000
(11:39 -0400)
args.c
patch
|
blob
|
blame
|
history
diff --git
a/args.c
b/args.c
index 1850542b2b0a6db481fc03f9ddf33d6c4bd1c3bc..1c83f570495baa9d15a8c3e5e24b3bf6339477a9 100644
(file)
--- a/
args.c
+++ b/
args.c
@@
-55,7
+55,7
@@
static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93";
#include "indent_globs.h"
#include "indent.h"
-#define INDENT_VERSION "2.1"
+#define INDENT_VERSION "2.1
.1
"
/* profile types */
#define PRO_SPECIAL 1 /* special case */
@@
-307,7
+307,7
@@
found:
break;
case VERSION:
- printf("
FreeBSD indent %s
\n", INDENT_VERSION);
+ printf("
pg_bsd_indent %s (based on FreeBSD indent)
\n", INDENT_VERSION);
exit(0);
default: