From 3cb2cbf0650cbd649dd7a504524897feb1e8b83f Mon Sep 17 00:00:00 2001 From: msheby Date: Mon, 2 Mar 2009 18:14:42 +0000 Subject: Update version annunciator to follow new variable. --- src/asdcp-version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/asdcp-version.cpp') 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; } -- cgit v1.2.3