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