Ignore:
Timestamp:
Dec 4, 2013, 7:36:35 PM (11 years ago)
Author:
[email protected]
Message:

Versioning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/Configurations/Version.xcconfig

    r160154 r160155  
    2222// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2323
    24 MAJOR_VERSION = 537;
    25 MINOR_VERSION = 73;
    26 TINY_VERSION = 9;
    27 FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(TINY_VERSION);
     24MAJOR_VERSION = 538;
     25MINOR_VERSION = 9;
     26TINY_VERSION = 0;
     27FULL_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION);
    2828
    2929// The bundle version and short version string are set based on the current build configuration, see below.
Note: See TracChangeset for help on using the changeset viewer.