diff options
Diffstat (limited to 'src/asdcp-test.cpp')
| -rwxr-xr-x | src/asdcp-test.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index c77cd89..daa8b4f 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -83,10 +83,7 @@ public: memcpy(ProductUUID, default_ProductUUID_Data, UUIDlen); CompanyName = "WidgetCo"; ProductName = "asdcp-test"; - - char s_buf[128]; - snprintf(s_buf, 128, "%u.%u.%u", VERSION_MAJOR, VERSION_APIMINOR, VERSION_IMPMINOR); - ProductVersion = s_buf; + ProductVersion = ASDCP::Version(); } } s_MyInfo; |
