summaryrefslogtreecommitdiff
path: root/src/AS_DCP.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2008-05-20 22:40:09 +0000
committerjhurst <>2008-05-20 22:40:09 +0000
commit8bf17481fbd360094c04d25023986b38e57205bc (patch)
tree222c85334489434c4bb2177212956c205d2c2a93 /src/AS_DCP.cpp
parent71e5dbde64e9186cfd5de462553485612218d6fc (diff)
version reorg, precedence patch for stat check
Diffstat (limited to 'src/AS_DCP.cpp')
-rwxr-xr-xsrc/AS_DCP.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/AS_DCP.cpp b/src/AS_DCP.cpp
index 10d5c66..9bb8dd5 100755
--- a/src/AS_DCP.cpp
+++ b/src/AS_DCP.cpp
@@ -35,9 +35,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
const char*
ASDCP::Version()
{
- static char ver[16];
- snprintf(ver, 16, "%u.%u.%u", VERSION_MAJOR, VERSION_APIMINOR, VERSION_IMPMINOR);
- return ver;
+ return PACKAGE_VERSION;
}