summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-05-03 17:22:39 +0200
committerPetr Mladek <pmladek@suse.cz>2013-05-03 17:28:34 +0200
commit7b57cbbba1b75c3daebea256692e9b7f43357a56 (patch)
tree7367d9e981576348be8c7a91c8558650c64da10a /configure.ac
parent2dde36f2b0e19544078dd1efcdc644ca84285881 (diff)
PRODUCTVERSION variable always used only major and minor version
For example, this fixes some mess in the desktop subpackages. It probably fixes strange things also in other places where we do not want the too detailed version 4.0.0.0.alpha0+ Change-Id: I23482db4f9e3c907f3c7452a111acb54879b1f4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 86d0f7527e54..41dd1cde01f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11447,7 +11447,7 @@ dnl ===================================================================
dnl Product version
dnl ===================================================================
AC_MSG_CHECKING([for product version])
-PRODUCTVERSION=AC_PACKAGE_VERSION
+PRODUCTVERSION="$LIBO_VERSION_MAJOR.$LIBO_VERSION_MINOR"
AC_MSG_RESULT([$PRODUCTVERSION])
AC_SUBST(PRODUCTVERSION)