diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-08-02 21:55:41 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-08-02 21:55:41 +0200 |
commit | 048be408937b840641892a8ff37510005dcf45bb (patch) | |
tree | a5098adf33b12660785a5d81d7f5f2080102e2a9 | |
parent | 8dabc497dd6eae8bba08872794c94aaddb5c3f43 (diff) |
bump product version to 6.1.0.3.0+
libreoffice-6-1-0
Change-Id: Ifa7e4a984c4ca657da8a745a499df5ca699baca5
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 223d7b889df9..5e5c4eebe6e6 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.1.0.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.1.0.3.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |