| commit | a636acf56f198aa972a4259a64b892a52e5db9e3 | [log] [tgz] |
|---|---|---|
| author | Dan Robson <dtr_bugzilla@apple.com> | Thu Dec 19 15:09:52 2024 |
| committer | Dan Robson <dtr_bugzilla@apple.com> | Thu Dec 19 15:09:52 2024 |
| tree | 7935fb785a6ec425be71fa15e9f468d2b08487b1 | |
| parent | 10c5d348f45ff482515c0692dd116ceb0e94036f [diff] |
Versioning. WebKit-7620.2.4.10.2 Canonical link: https://commits.webkit.org/283286.606@safari-7620.2.4.10-branch
diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index 4cbb3e3..61b3845 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig
@@ -25,7 +25,7 @@ MINOR_VERSION = 2; TINY_VERSION = 4; MICRO_VERSION = 10; -NANO_VERSION = 1; +NANO_VERSION = 2; FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION).$(NANO_VERSION); // The bundle version and short version string are set based on the current build configuration, see below.