aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-02 11:55:09 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-02 11:55:09 -0700
commitb2a9fcd5cfd1bf84321b8bf53b37e7fb98618d6e (patch)
treef1df126e2e7283bcb28647be0cfaa26c48129f28 /notmuch-client.h
parent9d9aeb7c71a52b67519f567c34acc3cf3bec6fd2 (diff)
notmuch: Add a version (0.1 initially) with a new --version option.
We're planning to do actual releases soon, so we need a version number to put into the tar file.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index c80b39cb..08d0a15b 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -51,6 +51,9 @@
#define unused(x) x __attribute__ ((unused))
+#define STRINGIFY(s) STRINGIFY_(s)
+#define STRINGIFY_(s) #s
+
/* There's no point in continuing when we've detected that we've done
* something wrong internally (as opposed to the user passing in a
* bogus value).