diff options
author | Robinson Tryon <qubit@runcibility.com> | 2014-12-11 15:39:04 -0500 |
---|---|---|
committer | Robinson Tryon <qubit@runcibility.com> | 2014-12-11 15:39:04 -0500 |
commit | 9c8d9706022fa1174a6dfe87708881b4be1afd3f (patch) | |
tree | 68ef10ce700416077a61d259555fa989c59a9b1e | |
parent | 7a085f8811c24e4a0d472690f426fcc3ff17e592 (diff) |
bump product version to 4.3.5.2
Change-Id: I2015f90f3238b19341dcec76fa75410401d34677
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 89d8f0b70df8..d763c98e43fa 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.5.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.3.5.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |