diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-04-20 21:37:21 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-04-20 21:37:21 +0200 |
commit | 48a90ee55c9f053c937b3e8638cc753652d70536 (patch) | |
tree | b905c9cfa1c377f1e8f74cfdabf4bc951859a85d | |
parent | 75ca3af09cead0c9b6fd8687dd096cece3837bab (diff) |
bump product version to 4.3.7.2.0+
libreoffice-4-3-7
Change-Id: I6bb181a52d9189fa81c1757d8e4834ba8d9f57b2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e556f6fd10c..3af5b53a6abb 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],[4.3.7.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.3.7.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |