summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-07-04 10:04:58 +0200
committerPetr Mladek <pmladek@suse.cz>2013-07-04 10:04:58 +0200
commit6dde9fa9f56272d4a67f5e0e30ddddc4cb8ca172 (patch)
tree6419a5d3d04a6464834302b1255a4096060821f8 /configure.ac
parent44ff9270a0a6ea7cf64256a71055c5cf6a17a6dc (diff)
fixed product version to 4.1.0.2+
the extra 5th version number was there by mistake Change-Id: I556fc302bdec80ba51da598eb6101dd04c2987a1
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 df40096bed3f..711ecc6f107f 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.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[4.1.0.2+],[],[],[http://documentfoundation.org/])
AC_PREREQ([2.59])
save_CC=$CC