Add __TIME__ to version text.
This commit is contained in:
parent
78ce8cedd5
commit
c49f234204
1 changed files with 1 additions and 1 deletions
|
|
@ -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__ ")"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue