[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - configure.ac
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Wed Mar 31 17:36:01 UTC 2021
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 81670b05fbb7096ec91c806a8f68496f66bc8b87
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Mar 31 19:34:22 2021 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Mar 31 19:35:19 2021 +0200
[cp] Let the PRODUCTVERSION be 2021
Change-Id: I28a47a21f597c3b4f41eec01a5cdf9b790e28a64
diff --git a/configure.ac b/configure.ac
index e38091b29615..d72bd74b1a0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -465,7 +465,7 @@ dnl ===================================================================
dnl Product version
dnl ===================================================================
AC_MSG_CHECKING([for product version])
-PRODUCTVERSION="$LIBO_VERSION_MAJOR.$LIBO_VERSION_PATCH"
+PRODUCTVERSION="$LIBO_VERSION_MAJOR"
AC_MSG_RESULT([$PRODUCTVERSION])
AC_SUBST(PRODUCTVERSION)
More information about the Libreoffice-commits
mailing list