summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-06-18 16:43:10 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-06-18 16:58:22 +0200
commitc04d0a7b4e94dd88ab5af04160a037cfa014e292 (patch)
treeac62c0c409c06566731c9b533334d35ad76e03e7 /configure.ac
parent5456dd3d611a0e1c2f170003b7abcc49ddacbc7c (diff)
bump version to 4.1.0.1.0+ instead of 4.1.0.1+
as otherwise LIBO_VERSION_PATCH gets assigned "1+", but the code doesn't cope with that/expects only numeric values. Change-Id: I32ffa952e4d377e7998d7a54d877a5f57a9d6046
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 081899e3ce95..f5a72d644cc5 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.0.1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.0.1.0+],[],[],[http://documentfoundation.org/])
AC_PREREQ([2.59])
save_CC=$CC