From 6d1ecbf5806cca84adec3cad7e65bc00d25decde Mon Sep 17 00:00:00 2001 From: Robinson Tryon Date: Tue, 16 Sep 2014 15:10:41 -0500 Subject: bump product version to 4.3.2.2.0+ Change-Id: I2deaaf6320c7ee297607229ea92299168aa2364c --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a4c7e97a4a4b..5892bb5b0eb4 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.2.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.3.2.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) -- cgit