From 199a1da681a76696911c83bac8da2d8d228246e2 Mon Sep 17 00:00:00 2001 From: Dan Robson Date: Thu, 9 May 2024 10:52:16 -0700 Subject: [PATCH] Versioning. WebKit-7619.1.12.1 Canonical link: https://commits.webkit.org/278385.9@safari-7619.1.12-branch --- Configurations/Version.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index c14f60d435a1..18131505f436 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -24,9 +24,9 @@ MAJOR_VERSION = 619; MINOR_VERSION = 1; TINY_VERSION = 12; -MICRO_VERSION = 0; +MICRO_VERSION = 1; NANO_VERSION = 0; -FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION); +FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); // The bundle version and short version string are set based on the current build configuration, see below. BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));