summaryrefslogtreecommitdiff
path: root/src/asdcp-version.cpp
diff options
context:
space:
mode:
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;
}