summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-07-04 10:30:25 +0200
committerPetr Mladek <pmladek@suse.cz>2013-07-04 10:30:25 +0200
commit2a19bc471c9e19f79c2d4b821cd725515cfdaece (patch)
tree54c66298d9a8747c4b33d4a572e1203b50e4c7dc /configure.ac
parent6dde9fa9f56272d4a67f5e0e30ddddc4cb8ca172 (diff)
Revert "fixed product version to 4.1.0.2+"
It was actually on purpose because the "+" in the 4th version number caused a build crash. This reverts commit 6dde9fa9f56272d4a67f5e0e30ddddc4cb8ca172.
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 711ecc6f107f..df40096bed3f 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.2+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.0.2.0+],[],[],[http://documentfoundation.org/])
AC_PREREQ([2.59])
save_CC=$CC