diff options
author | Jan Iversen <jani@documentfoundation.org> | 2016-03-16 01:10:20 +0100 |
---|---|---|
committer | Jan Iversen <jani@documentfoundation.org> | 2016-03-16 01:10:20 +0100 |
commit | 095a0ce3813a037000d8f46fc6542339224f454f (patch) | |
tree | 131f21c13d7eb35926b06a17a9271978e7e68e6c | |
parent | a05f5238fc3811cf2c56f343a3015d5a58180677 (diff) |
bump product version to 5-1-2
Change-Id: I59ca17b983c73088afe10587c75726fc0c5fa5f3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2163957ad720..91645f2ae733 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.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.1.3.0.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |