diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:43:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:43:17 -0700 |
commit | bfb3317cdedb2725e945a659ccb6d34fd11ace61 (patch) | |
tree | 78480e7e9042070ea95a545efdded2f59fa2abe7 /txr.c | |
parent | 0bf28ecd2bf99a65d6284b6bc00dc15ca01b93b2 (diff) | |
download | txr-old.tar.gz txr-old.tar.bz2 txr-old.zip |
txr-018 2009-10-17txr-old
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; |