From b2a9fcd5cfd1bf84321b8bf53b37e7fb98618d6e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 2 Apr 2010 11:55:09 -0700 Subject: 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. --- notmuch-client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'notmuch-client.h') 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). -- cgit v1.2.3