diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-17 19:20:57 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-17 19:20:57 +0300 |
commit | d5940771c664ef947819b0524cc928f4749c501c (patch) | |
tree | 128c48e91284d6dbd9d08f22392617456eb8f450 /src/ui | |
parent | 571903ce027f7f4370a565bda9c2b0cad35f7ff7 (diff) |
iOS: Build date
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index b78cd6c6..5420e5d2 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -1948,7 +1948,7 @@ iWidget *makePreferences_Widget(void) { | |||
1948 | iString *aboutText = collectNew_String(); { | 1948 | iString *aboutText = collectNew_String(); { |
1949 | setCStr_String(aboutText, "Lagrange " LAGRANGE_APP_VERSION); | 1949 | setCStr_String(aboutText, "Lagrange " LAGRANGE_APP_VERSION); |
1950 | #if defined (iPlatformAppleMobile) | 1950 | #if defined (iPlatformAppleMobile) |
1951 | appendCStr_String(aboutText, " (" LAGRANGE_IOS_VERSION ")"); | 1951 | appendCStr_String(aboutText, " (" LAGRANGE_IOS_VERSION ") \u2014 " LAGRANGE_IOS_BUILD_DATE); |
1952 | #endif | 1952 | #endif |
1953 | } | 1953 | } |
1954 | const iMenuItem aboutPanelItems[] = { | 1954 | const iMenuItem aboutPanelItems[] = { |