diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-02-19 10:39:52 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-02-19 10:39:52 +0100 |
commit | 1e8b5563ec6dff6ab123dd6b43e6314e90543f5f (patch) | |
tree | f9c067f0e99c4b0af9f5054eabb9fe79423e9af6 | |
parent | 459daaf4b3cfee96846deb69b1d269d1adf96ea3 (diff) |
Bump version to 5.1.7.1feature/cib_contract891b
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 53252f6a9262..d35b1eaf028b 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.7.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.1.7.1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |