diff options
| author | msheby <msheby@cinecert.com> | 2009-03-02 18:14:42 +0000 |
|---|---|---|
| committer | msheby <> | 2009-03-02 18:14:42 +0000 |
| commit | 3cb2cbf0650cbd649dd7a504524897feb1e8b83f (patch) | |
| tree | 96420ff5434ae665a2f30b4179d2df43f1c57d07 /src/asdcp-version.cpp | |
| parent | b678208ffd396ed3b21fb4df7ef74d9bf751b41d (diff) | |
Update version annunciator to follow new variable.
Diffstat (limited to 'src/asdcp-version.cpp')
| -rwxr-xr-x | src/asdcp-version.cpp | 2 |
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; } |
