.gitreview | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit d54d93b76c1dcae12197868e776bcb647d28854a Author: Christian Lohmaier <[email protected]> Date: Wed Apr 20 01:38:02 2016 +0200 bump product version to 5.1.3.1.0+ Change-Id: Ibbf50b194279a72444aa74729497a9bb2f7d55ff diff --git a/.gitreview b/.gitreview index 1e3c488..6e11a50 100644 --- a/.gitreview +++ b/.gitreview @@ -3,5 +3,5 @@ host=logerrit port=29418 project=core defaultremote=logerrit -defaultbranch=libreoffice-5-1 +defaultbranch=libreoffice-5-1-3 diff --git a/configure.ac b/configure.ac index 91645f2..6dfc2de 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.3.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[5.1.3.1.0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
