diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-07-16 01:08:03 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-07-16 01:08:03 +0200 |
commit | 834af05d781121c2662cc5c971cc111b6ae6aa26 (patch) | |
tree | 3fb7922f1b275bc85b559ba671c74756d3124568 | |
parent | c6fe1d2e6555f38b6cb7249eeb258812b2fd7985 (diff) |
bump product version to 4.3.0.3
Change-Id: I8aa381a1e1386830336ae348ff6651a414b9a036
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 047bf0fbb23a..004ead0e722b 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.0.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.3.0.3],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |