Add __TIME__ to version text.

This commit is contained in:
philburk 2008-06-28 18:28:07 +00:00
commit c49f234204

View file

@ -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__ ")"