Skip to content

Commit 5174252

Browse files
committed
Bump version number to 19.0.0.5
I did this to track the fact that we will attempt a new submission after the `19.0.0.4` one failed because of the App Store icon including the alpha channel, which should be fixed by 8d09f32. Also notice that I bumped the internal version to "...22", which technically would mean the build was made on the 22nd of January, even though (as far as UTC goes) we're still on the 21st. Pragmatically, that has little consequence because we'll most likely won't be making any build tomorrow.
1 parent 8d09f32 commit 5174252

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

config/Version.internal.xcconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
VERSION_SHORT=19.0
22

33
// Internal long version example: VERSION_LONG=9.9.0.20180423
4-
//
5-
// Technically, the date for this version was 10/01, but this is the second
6-
// build for the day so I bumped it to 10/02. On 10/04 we'll code freeze 18.4
7-
// and this should be the very last build for 18.3, so we should be fine.
8-
// – Gio
9-
VERSION_LONG=19.0.0.20220121
4+
VERSION_LONG=19.0.0.20220122

config/Version.public.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VERSION_SHORT=19.0
22

33
// Public long version example: VERSION_LONG=9.9.0.0
4-
VERSION_LONG=19.0.0.4
4+
VERSION_LONG=19.0.0.5

0 commit comments

Comments
 (0)