diff options
author | Jan Iversen <jani@documentfoundation.org> | 2016-03-29 17:49:25 +0200 |
---|---|---|
committer | Jan Iversen <jani@documentfoundation.org> | 2016-03-29 17:50:44 +0200 |
commit | 4638092f802103b8bdac3ee9b5aaf75fd6b190e3 (patch) | |
tree | 92589b2fbb853ce191986485041c8616c865936f | |
parent | babe2e182375ad0832e2455382202cd8e23b64cc (diff) |
bump product version to 5.1.2.2libreoffice-5-1-2
Change-Id: I1fcc35e65621a3c292febaab46577911d0bb76df
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f028c03b4a04..6223ce4afb49 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],[5.1.2.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.1.2.2.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |