diff options
author | Tom Lane | 2020-05-16 15:39:11 +0000 |
---|---|---|
committer | Tom Lane | 2020-05-16 15:39:11 +0000 |
commit | e6a167ea4a864af35c61421af8ea4b0cbca39612 (patch) | |
tree | df1e4dbc4e8a846a69c9a6334bb1704a347cfa42 | |
parent | 5e19d6df5ef407f1ca94ddbcfe4d3c1aa832fd3c (diff) |
Bump version to 2.1.1.REL_2_1_1
-rw-r--r-- | args.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |