summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-07-04 10:32:44 +0200
committerPetr Mladek <pmladek@suse.cz>2013-07-04 10:32:44 +0200
commit807145996b34bc1ba42c80d6e707ff19769f4c10 (patch)
tree5471d53c992ceb184c69614be4e44327e0f93bca /configure.ac
parent3dbbaea8aa5e56981acc90737237197511ddfdac (diff)
Revert "fixed product version to 4.1.1.0+"
It was actually on purpose because the "+" in the 4th version number caused a build crash. This reverts commit 3dbbaea8aa5e56981acc90737237197511ddfdac.
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 844b49c49a16..b4ce4a289e41 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.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.1.0.0+],[],[],[http://documentfoundation.org/])
AC_PREREQ([2.59])
save_CC=$CC