X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..cb9aa2694aba0ae4f946ed34b8e0f6c99c1cfe44:/Configurations/Version.xcconfig diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index 41ac138..963f195 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -24,9 +24,9 @@ MAJOR_VERSION = 600; MINOR_VERSION = 1; TINY_VERSION = 4; -MICRO_VERSION = 9; -NANO_VERSION = 0; -FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION).$(MICRO_VERSION); +MICRO_VERSION = 11; +NANO_VERSION = 8; +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. BUNDLE_VERSION = $(BUNDLE_VERSION_$(CONFIGURATION));