diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-01 15:06:34 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-10-01 15:06:34 +0200 |
commit | 53647c31990f342f31153188397e1c1b321d6449 (patch) | |
tree | 4f5a7ef0e4a7db7ec9657c93252b618f94a0311a | |
parent | 4586a3869d10b8a3d587907e965bc7440269a5a5 (diff) |
bump product version to 4.4.6.1.0+
Change-Id: If4693ea5918a81477ea4e67be4534b40cad62353
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2acaa921ec50..edc84622e37b 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.4.6.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.6.1.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |