From: philburk Date: Sat, 28 Jun 2008 18:28:07 +0000 (+0000) Subject: Add __TIME__ to version text. X-Git-Tag: svn/1415~28 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=c49f234204ee412edcae4e32b39bff9c25214737;p=portaudio Add __TIME__ to version text. --- diff --git a/src/common/pa_front.c b/src/common/pa_front.c index b75cedc..11a945e 100644 --- a/src/common/pa_front.c +++ b/src/common/pa_front.c @@ -90,7 +90,7 @@ #define PA_VERSION_ 1899 -#define PA_VERSION_TEXT_ "PortAudio V19-devel (built " __DATE__ ")" +#define PA_VERSION_TEXT_ "PortAudio V19-devel (built " __DATE__ " " __TIME__ ")"