diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tk.h | 1 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/tk.h b/include/tk.h index 9f971994..b990f621 100644 --- a/include/tk.h +++ b/include/tk.h @@ -99,6 +99,7 @@ enum OPTignore, /* ignore this option */ OPTsticky, /* sticky (any comb. of chars n, s, e, w) */ OPTlist, /* list of text values */ + OPTflags, /* more than one OPTflag */ BoolX = 0, BoolT, diff --git a/include/version.h b/include/version.h index cbd8acf7..c6539f86 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20100325)" +#define VERSION "Fourth Edition (20100402)" |
