From: Apple Date: Mon, 20 Apr 2015 05:32:19 +0000 (+0000) Subject: JavaScriptCore-7600.1.4.16.1.tar.gz X-Git-Tag: ios-84^0 X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/commitdiff_plain/2656c66b5b30d5597e842a751c7f19ad6c2fe31a?ds=sidebyside JavaScriptCore-7600.1.4.16.1.tar.gz --- diff --git a/Configurations/Version.xcconfig b/Configurations/Version.xcconfig index 128aac2..7c01e68 100644 --- a/Configurations/Version.xcconfig +++ b/Configurations/Version.xcconfig @@ -24,8 +24,8 @@ MAJOR_VERSION = 600; MINOR_VERSION = 1; TINY_VERSION = 4; -MICRO_VERSION = 15; -NANO_VERSION = 12; +MICRO_VERSION = 16; +NANO_VERSION = 1; 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.