diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-06-05 14:53:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-06-05 14:53:46 +0200 |
commit | 9616b9440106a40058b7c1f1134417fdbfc0cdf6 (patch) | |
tree | 1fb289bcc0f842f31710e1a0db3cd84a47a0a0e5 /configure.in | |
parent | c260b4e78e80b399defd35e9442baf2e9ed03eae (diff) |
Bump AC_PACKAGE_VERSION, too
Change-Id: I8ec106cc0d8bb09e5a1947aacaf12ad6a0ddd8ef
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ec4461d85e1a..bb3eed0e4fb6 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil -*- dnl configure.in serves as input for the GNU autoconf package dnl in order to create a configure script. -AC_INIT([LibreOffice],[3.6],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[3.7],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) save_CC=$CC |