diff options
author | Xisco Fauli <anistenis@gmail.com> | 2018-01-11 20:26:51 +0100 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2018-01-11 20:26:51 +0100 |
commit | 56080b7cfd7befccac199196704b9031224b205b (patch) | |
tree | bdfe12174f73a398a4a67750131b9bd388db494f | |
parent | 9234b94550e294db37180b4d14a87cea7c18f39e (diff) |
bump product version to 6.0.0.2
Change-Id: Ifcdc442e3bba1b1f1f29c3cdae759f15a1abdfa5
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bbb47e6dcde0..3fe28fefc455 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.0.0.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[6.0.0.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |