summaryrefslogtreecommitdiff
path: root/src/asdcp-test.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2008-05-20 22:40:09 +0000
committerjhurst <>2008-05-20 22:40:09 +0000
commit8bf17481fbd360094c04d25023986b38e57205bc (patch)
tree222c85334489434c4bb2177212956c205d2c2a93 /src/asdcp-test.cpp
parent71e5dbde64e9186cfd5de462553485612218d6fc (diff)
version reorg, precedence patch for stat check
Diffstat (limited to 'src/asdcp-test.cpp')
-rwxr-xr-xsrc/asdcp-test.cpp5
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;