diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-08 05:14:08 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-08 05:14:08 +0000 |
commit | 68a07bf03b7624c9924065cce9ffa45497225834 (patch) | |
tree | c2adb06a909a8594445e4a3f8587c4bad46e3ecd /version.c | |
download | w3m-68a07bf03b7624c9924065cce9ffa45497225834.tar.gz w3m-68a07bf03b7624c9924065cce9ffa45497225834.zip |
Initial revision
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/version.c b/version.c new file mode 100644 index 0000000..0986ca1 --- /dev/null +++ b/version.c @@ -0,0 +1,5 @@ +#define CURRENT_VERSION "w3m/0.2.1" + +#ifndef FM_H +char *version = CURRENT_VERSION; +#endif /* not FM_H */ |