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",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "1.5.2",
"version": "1.5.3",
"licenses": [
{
"type": "Apache License 2.0",

View file

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

View file

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