summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-01-14 16:05:40 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-01-14 16:05:40 +0100
commit1ac58c098743e97862d52f3b1e0d219c871dd14f (patch)
tree5cf4299a4135f49e223e989ef49847afbfb4ca89
parent0072889cf8aa1bca9c37a50ec19e89debb93d00f (diff)
bump product version to 4.1.5.1.0+
Change-Id: I00c74a747e92650de3ade41b7b07e62183256406
-rw-r--r--.gitreview2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitreview b/.gitreview
index 1fa62ad4ac9b..80253ac4d8f9 100644
--- a/.gitreview
+++ b/.gitreview
@@ -3,5 +3,5 @@ host=logerrit
port=29418
project=core
defaultremote=logerrit
-defaultbranch=libreoffice-4-1
+defaultbranch=libreoffice-4-1-5
diff --git a/configure.ac b/configure.ac
index 0efa57f26268..6bb2dd869cea 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],[4.1.5.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.5.1.0+],[],[],[http://documentfoundation.org/])
AC_PREREQ([2.59])
save_CC=$CC