[Libreoffice-commits] online.git: ios/config.h.in

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 23 12:37:40 UTC 2020


 ios/config.h.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b12ef81626e4adbdd5745d2479faae62bb56bf9e
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Jul 23 15:36:27 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Jul 23 15:36:27 2020 +0300

    Add CORE_VERSION_HASH
    
    Change-Id: I9552c742c2c29dddae353e40ab7669fac1197ea5

diff --git a/ios/config.h.in b/ios/config.h.in
index 69acdf15f..3224d2090 100644
--- a/ios/config.h.in
+++ b/ios/config.h.in
@@ -3,6 +3,9 @@
 
 #define APP_NAME "@APP_NAME@"
 
+/* LibreOffice core git hash if present */
+#define CORE_VERSION_HASH "@CORE_VERSION_HASH@"
+
 /* Whether to disable SECCOMP */
 #define DISABLE_SECCOMP 1
 


More information about the Libreoffice-commits mailing list