summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-03-04 14:19:25 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-03-04 15:02:50 +0100
commit8a4e271ab5baec3a7b3d43cab3d13cc7bd34b462 (patch)
tree2fa627ab8f7726cba7e3532c16a1744206d87001
parentc3ca7870a749ef2f63f998d7f9d5570cd6ed0b52 (diff)
Hotfix: revert back to 4-digit version numbers
The linux packaging innards are not coping well with this, leading to errors like this: > libreofficepoweredbycib6.4 : Depends: > libreofficepoweredbycib6.4-ure (<= 6.4.0.5-5) but 6.4.0.5.0-5 is installed > libreofficepoweredbycib6.4-dict-de : Depends: > libreofficepoweredbycib6.4-ure (<= 6.4.0.5-5) but 6.4.0.5.0-5 is installed > Change-Id: Iead9ad4c6ee2c4a77f9635d7125192dbe7ca5fa5
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 338c8b881065..0aab88e1d64a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
# several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
-AC_INIT([LibreOffice powered by CIB],[6.4.0.5.0],[],[],[http://libreoffice.cib.eu/])
+AC_INIT([LibreOffice powered by CIB],[6.4.0.5],[],[],[http://libreoffice.cib.eu/])
dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed
dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard