summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-07-04 10:02:02 +0200
committerPetr Mladek <pmladek@suse.cz>2013-07-04 10:02:02 +0200
commit3dbbaea8aa5e56981acc90737237197511ddfdac (patch)
tree07b9979afa6730985d1a76ab92bf2ce5f748dbfb /configure.ac
parent980575a53463ecd47cc24b6a45c038688ace4253 (diff)
fixed product version to 4.1.1.0+
the extra 5th version number was there by mistake Change-Id: I85c37dc10f5f3c3a8c09b9e89c34dce13be26e48
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 b4ce4a289e41..844b49c49a16 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.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.1.0+],[],[],[http://documentfoundation.org/])
AC_PREREQ([2.59])
save_CC=$CC