From c49f234204ee412edcae4e32b39bff9c25214737 Mon Sep 17 00:00:00 2001 From: philburk Date: Sat, 28 Jun 2008 18:28:07 +0000 Subject: [PATCH] Add __TIME__ to version text. --- src/common/pa_front.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ ")" -- 2.43.0