]> Repos - portaudio/commitdiff
Add __TIME__ to version text.
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 28 Jun 2008 18:28:07 +0000 (18:28 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sat, 28 Jun 2008 18:28:07 +0000 (18:28 +0000)
src/common/pa_front.c

index b75cedcb9213051246ee3c1e24b9ab52e477bf35..11a945e0dcfdafb1dfc62f6dee8105822023c4cd 100644 (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__ ")"