diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-11-23 10:28:18 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-11-23 10:28:18 +0100 |
commit | a82e77705f7e0e8fc28ac8de1fc4e3d0b19e9e73 (patch) | |
tree | 5702f5e906d9c0804b564b5d90fed17f89d27475 | |
parent | 166cbc3c3de7ebec14280f3fbb88db06b257f38e (diff) |
Bump product version to 4.2.9.1.0feature/cib_contract891
Change-Id: I0a913558cfdab92a95b33c6a14e7f053392d5c58
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 895e50151f35..f8567fbbf7a3 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.2.9.0.0+],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[4.2.9.1.0],[],[],[http://documentfoundation.org/]) AC_PREREQ([2.59]) |