From bf446e2ec73fe071311825c78393016ba4a6db17 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Sun, 19 Oct 2014 23:01:29 +0200 Subject: bump product version to 4.4.0.0.alpha1 Change-Id: I3786cc350e12c0fca726e752b2838e1c4d7dc813 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b763b963962a..b25148e6e935 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.4.0.0.alpha0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.4.0.0.alpha1],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) -- cgit