diff options
author | Tom Lane | 2019-05-19 00:00:33 +0000 |
---|---|---|
committer | Tom Lane | 2019-05-19 00:00:33 +0000 |
commit | 8d0b0495a4818abfccc4decfdcba016229dba3fd (patch) | |
tree | f9abb8cb2dd4ea55b091d6f71e8364f3bd0f0f79 | |
parent | 4119af8f726646505834bd4cc05ff1925fae3046 (diff) |
Bump version to 2.1.
-rw-r--r-- | args.c | 2 |
1 files changed, 1 insertions, 1 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.0" +#define INDENT_VERSION "2.1" /* profile types */ #define PRO_SPECIAL 1 /* special case */ |