diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-03-14 18:23:58 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-03-14 18:23:58 +0100 |
commit | 1df027eb882a92b59e2aa438d0fc68ee7f54e82d (patch) | |
tree | 600fd7eae64fd4cd1833bf08721928012e1f3fe1 | |
parent | 6bfe6822cc40a9bf3e1e237b6a0edd3dcb34de80 (diff) |
bump product version to 5.4.6.2.0+
libreoffice-5-4-6
Change-Id: I597f72e1181798d7b050e5a8bdb4e545889caed1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2831974a1c01..91a79757ba2e 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],[5.4.6.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.4.6.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |