diff options
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ #include "match.h" #include "txr.h" -const char *version = "017"; +const char *version = "018"; const char *progname = "txr"; const char *spec_file = "stdin"; obj_t *spec_file_str; |