diff options
author | Petr Mladek <pmladek@suse.cz> | 2013-05-22 16:11:38 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2013-05-22 16:11:38 +0200 |
commit | 33ce1d8ab6ec52ea2f9b5a6dbee71f70134298ab (patch) | |
tree | cdf78a87059fa78b50356a5b3d1bd2cb3077a5b1 | |
parent | e535c1333e5ab25e125e131bd38d94706f78dbe3 (diff) |
bump product version to 4.1.0.0.beta1
Change-Id: I7f4c358287552551aec56eeae45aee6899b84102
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 10782ff96afb..4dbe2ef017af 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.1.0.0.beta1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) save_CC=$CC |