configure.ac | 2 +- dictionaries | 2 +- helpcontent2 | 2 +- translations | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit b0dd7d128d8ff35ae887afd8345f4fbc56b2f431 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Sat May 10 20:09:26 2025 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Sat May 10 20:09:26 2025 +0200 bump product version to 25.8.0.0.alpha1+ Change-Id: I196ce30822a6de79f02531435cf57354837a7eae diff --git a/configure.ac b/configure.ac index fc2e59fc23a0..03d131053837 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],[25.8.0.0.alpha1],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[25.8.0.0.alpha1+],[],[],[http://documentfoundation.org/]) 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 commit a2896e060b54ce6ce36e3e29218fac40d2919c74 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Sat May 10 20:07:03 2025 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Sat May 10 20:07:03 2025 +0200 Version 25.8.0.0.alpha1, tag libreoffice-25.8.0.0.alpha1 diff --git a/dictionaries b/dictionaries index ff34fc43e747..1a9a0d992e7f 160000 --- a/dictionaries +++ b/dictionaries @@ -1 +1 @@ -Subproject commit ff34fc43e747b73b0068153d799d35d49d8a7c79 +Subproject commit 1a9a0d992e7ff71242cee67b7fdf628df1c030a7 diff --git a/helpcontent2 b/helpcontent2 index 0f5426c7fc37..1f7e3c47719c 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 0f5426c7fc371d3c2dacef75c96f9e7f94051956 +Subproject commit 1f7e3c47719c107562f86626ac935081b0a79658 diff --git a/translations b/translations index 952baf29a8a0..53bceba40cc8 160000 --- a/translations +++ b/translations @@ -1 +1 @@ -Subproject commit 952baf29a8a0656894fe7bd8f7874f6ee381ee9a +Subproject commit 53bceba40cc81791cf33bea51a686105ef421095 commit 444a1d668b39fd7919e765ac87bbe48dea6b8134 Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Sat May 10 20:06:47 2025 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Sat May 10 20:06:47 2025 +0200 bump product version to 25.8.0.0.alpha1 Change-Id: I46f1ea39a5a93b4a05cb7c69f03dfe4286632ece diff --git a/configure.ac b/configure.ac index ba731eb6e47d..fc2e59fc23a0 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],[25.8.0.0.alpha0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[25.8.0.0.alpha1],[],[],[http://documentfoundation.org/]) 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