diff options
author | Robinson Tryon <qubit@runcibility.com> | 2015-08-22 01:34:00 -0500 |
---|---|---|
committer | Robinson Tryon <qubit@runcibility.com> | 2015-08-22 01:34:00 -0500 |
commit | 34b06ec72095a8d9c704ba3db823ea1a8ff37f24 (patch) | |
tree | 1b23982d4d0dcb86e218723089a890449742fe9b | |
parent | 1c66224c161b930427f6ae8544abe08b881ab200 (diff) |
bump product version to 5.0.1.2
Change-Id: Iad03aff611d52b7546b8324fc24dc2cc60538aea
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4afd95bd1b9d..a77426340566 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.0.1.1.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.0.1.2],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |