Release me
[asdcplib.git] / src / asdcp-version.cpp
index ee3348010bfa1e73b81af7170c86e36126342e73..14f58d9b9156a3682eb074c37363d1fbaee57b7b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2004, John Hurst
+Copyright (c) 2004-2009, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@ using namespace ASDCP;
 int
 main()
 {
-  printf("%u.%u.%u", VERSION_MAJOR, VERSION_APIMINOR, VERSION_IMPMINOR);
+  printf("%s", VERSION);
   return 0;
 }