diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-13 18:01:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-13 18:01:10 +0300 |
commit | 3a44b0d21d8d37943643330d8f9aa4152e613c8f (patch) | |
tree | e02a0a9199d3c90ee2abfc7fb317cc30763adf3c /configure.in | |
parent | 6dc4597ab703a141349f96d2281f9896d1e88d0c (diff) |
Let's call master LibreOffice 3.5 for now
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7cbb1b2a7e31..cad162fd8385 100755 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configure.in serves as input for the GNU autoconf package dnl in order to create a configure script. -AC_INIT([LibreOffice], [3.3],,, [http://documentfoundation.org/]) +AC_INIT([LibreOffice], [3.5],,, [http://documentfoundation.org/]) AC_PREREQ(2.50) echo "$@" >config.parms |