diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-05-21 12:54:11 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-05-21 12:54:11 +0200 |
commit | 13c73a1b358934d7ffac6a6275c4e9d399b7d4eb (patch) | |
tree | c3a7d4a0ff0f7d8f087e6db554599afbd72e6e35 /configure.ac | |
parent | a2c9d4f8bbde97f175bae4df771273a61251f402 (diff) |
bump product version to 4.2.0.0.alpha0+
Change-Id: I4e83df4ed18f224ce02565c32bdd3fb0c24c6d20
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 10782ff96afb..bb603a9ae05c 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.0.alpha1+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.0.0.alpha0+],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) save_CC=$CC |