summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-18 22:45:07 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-07-18 22:45:07 +0200
commit4b5dd8dc3a7af13de2def931a2f89a620e747105 (patch)
tree95a1ee79bad16d6914c858fd4ca4dee213165784 /configure.ac
parent082f1f5bcfb2f6c670d6ebdaf6dc8e3448677653 (diff)
bump product version to 6.3.0.2
Change-Id: Idce418b6842413935e36cba53e6bb72935a7cafe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44907555d6c5..be0675f2165a 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.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[6.3.0.2],[],[],[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