summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2020-05-16 15:39:11 +0000
committerTom Lane2020-05-16 15:39:11 +0000
commite6a167ea4a864af35c61421af8ea4b0cbca39612 (patch)
treedf1e4dbc4e8a846a69c9a6334bb1704a347cfa42
parent5e19d6df5ef407f1ca94ddbcfe4d3c1aa832fd3c (diff)
Bump version to 2.1.1.REL_2_1_1
-rw-r--r--args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/args.c b/args.c
index 1850542..1c83f57 100644
--- 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: