diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-27 01:58:15 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-27 01:58:15 +0100 |
commit | 6d85a3cfba088dd54f2dad339db883a38bf51b75 (patch) | |
tree | 7630daf7688988b499046930f5a90c99c4778fdf | |
parent | b5b5972321a65f0185317d23d99d211539326165 (diff) |
bump product version to 5.1.0.3
Change-Id: Ia7f367afd14a8a59b555b739c58d4ace1d1427a0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 128daf0fa714..f406a4c03dcb 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.0.2.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.1.0.3],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |