Skip to content

Commit 3853489

Browse files
author
Paul van Brenk
committed
Update version to 1.5.3 for the VS 2015 release
1 parent 5ea2cea commit 3853489

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "http://typescriptlang.org/",
5-
"version": "1.5.2",
5+
"version": "1.5.3",
66
"licenses": [
77
{
88
"type": "Apache License 2.0",

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module ts {
88
/* @internal */ export let ioWriteTime = 0;
99

1010
/** The version of the TypeScript compiler release */
11-
export const version = "1.5.2";
11+
export const version = "1.5.3";
1212

1313
const carriageReturnLineFeed = "\r\n";
1414
const lineFeed = "\n";

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,4 +989,4 @@ module TypeScript.Services {
989989
}
990990

991991
/* @internal */
992-
let toolsVersion = "1.4";
992+
let toolsVersion = "1.5";

0 commit comments

Comments
 (0)