diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-04-30 15:18:27 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-04-30 15:18:27 +0200 |
commit | e95a61e405b553d6fcf9fc0b89427c60fabc62ab (patch) | |
tree | 7a2f0625ef0b54f61c9bf2c68c4f18f6cacfaa74 | |
parent | f099f5beca0c12df04445a6df8cd4afd8288404d (diff) |
Bump version to 4.2-2cp-4.2-2
Change-Id: Ic68c5d7e91bdaf5c45977041628ddea760018cef
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 144853dfd39e..ee0365cbaba6 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.10.1],[],[],[https://libreoffice-from-collabora.com/]) +AC_INIT([LibreOffice],[4.2.10.2],[],[],[https://libreoffice-from-collabora.com/]) AC_PREREQ([2.59]) @@ -10147,7 +10147,7 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then else AC_MSG_RESULT([no, dbus disabled]) ENABLE_SDREMOTE_BLUETOOTH= - SYSTEM_BLUEZ=NO + SYSTEM_BLUEZ=NO fi else AC_MSG_RESULT([yes]) |