summaryrefslogtreecommitdiff
path: root/src/asdcp-version.cpp
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-03-02 18:14:42 +0000
committermsheby <>2009-03-02 18:14:42 +0000
commit3cb2cbf0650cbd649dd7a504524897feb1e8b83f (patch)
tree96420ff5434ae665a2f30b4179d2df43f1c57d07 /src/asdcp-version.cpp
parentb678208ffd396ed3b21fb4df7ef74d9bf751b41d (diff)
Update version annunciator to follow new variable.
Diffstat (limited to 'src/asdcp-version.cpp')
-rwxr-xr-xsrc/asdcp-version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asdcp-version.cpp b/src/asdcp-version.cpp
index ee33480..80c7632 100755
--- a/src/asdcp-version.cpp
+++ b/src/asdcp-version.cpp
@@ -36,7 +36,7 @@ using namespace ASDCP;
int
main()
{
- printf("%u.%u.%u", VERSION_MAJOR, VERSION_APIMINOR, VERSION_IMPMINOR);
+ printf("%s", VERSION);
return 0;
}