diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-08-22 16:24:51 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-08-22 16:24:51 +0200 |
commit | 2da39d30b52820783c4dde33fe53d8614b4b7869 (patch) | |
tree | edc574461afacba1f89366f166665118ec8b4181 | |
parent | b92da9e9f3125ef186a29a9644c4197c25c1a521 (diff) |
bump product version to 4.2.6.3.0+
libreoffice-4-2-6
Change-Id: I6e3127ba77eb9e10fcdcfbb87aa9c07fa275566c
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bccb62df2cf6..440d889bb59d 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.2.6.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.6.3.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |