diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-07-08 20:02:47 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-07-08 20:02:47 +0200 |
commit | 0cbb17b4cc2af9cdebebb20126a3459be70f09d2 (patch) | |
tree | 8f43e7115a0331654d13232a52a3cffb19bb0fff /configure.ac | |
parent | 4924908d99194c9541b7791c0e7413a5af332e09 (diff) |
bump product version to 24.8.0.1.0+
Change-Id: I251f327d209e5ebda174dc7ee3b9244b7e2957cd
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6b981058e1f6..866d54c27f76 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],[24.8.0.0.beta1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[24.8.0.1.0+],[],[],[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 |