Update version to 1.5.3 for the VS 2015 release

This commit is contained in:
Paul van Brenk 2015-05-19 16:25:12 -07:00
parent 5ea2cea95d
commit 3853489628
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "typescript", "name": "typescript",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/", "homepage": "http://typescriptlang.org/",
"version": "1.5.2", "version": "1.5.3",
"licenses": [ "licenses": [
{ {
"type": "Apache License 2.0", "type": "Apache License 2.0",

View file

@ -8,7 +8,7 @@ module ts {
/* @internal */ export let ioWriteTime = 0; /* @internal */ export let ioWriteTime = 0;
/** The version of the TypeScript compiler release */ /** The version of the TypeScript compiler release */
export const version = "1.5.2"; export const version = "1.5.3";
const carriageReturnLineFeed = "\r\n"; const carriageReturnLineFeed = "\r\n";
const lineFeed = "\n"; const lineFeed = "\n";

View file

@ -989,4 +989,4 @@ module TypeScript.Services {
} }
/* @internal */ /* @internal */
let toolsVersion = "1.4"; let toolsVersion = "1.5";