diff options
author | Jean-Sebastien BEVILACQUA <realitix@gmail.com> | 2020-03-24 14:29:43 +0100 |
---|---|---|
committer | Jean-Sebastien BEVILACQUA <realitix@gmail.com> | 2020-03-24 14:29:43 +0100 |
commit | b2f3a9f667790fa66b74d0b0586b287df0bf0e5d (patch) | |
tree | 40324400efd09d4a96a7e68115b610206a894317 | |
parent | f82ddfca21ebc1e222a662a32b25c0c9d20169ee (diff) |
bump product versionto 6.2.8.2.M0
Change-Id: If804ce6b996f19fdd2c8ce230f540dd860715be0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1182bc1c839c..694ea2d23398 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],[6.2.8.2],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.2.8.2.M0],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |