diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-07-31 20:14:07 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2019-07-31 20:14:07 +0200 |
commit | 50075c17e74222e10a807a1b70ae51a5c32e7578 (patch) | |
tree | 2be3b70272db8c196c6ad8b154ecea9ee46e32fc | |
parent | 0ccdba60ec06df45afb9d7bc99b35bf8f6604036 (diff) |
bump product version to 6.3.0.3
Change-Id: I1297627284970e1ccce5e7e3780ea266f10c06a0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 73eb6192d341..556adad3775a 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.3.0.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.3.0.3],[],[],[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 |