Change copyright date.
[asdcplib.git] / src / asdcp-version.cpp
index ee3348010bfa1e73b81af7170c86e36126342e73..80c7632801c246c56b4e1e25c2aa926ca4f0a8ab 100755 (executable)
@@ -36,7 +36,7 @@ using namespace ASDCP;
 int
 main()
 {
-  printf("%u.%u.%u", VERSION_MAJOR, VERSION_APIMINOR, VERSION_IMPMINOR);
+  printf("%s", VERSION);
   return 0;
 }