Renamed references to 'configurePrerelease'. (#35997)

This commit is contained in:
Daniel Rosenwasser
2020-01-06 16:38:46 -08:00
committed by GitHub
parent f807b57356
commit d044e0680a
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
namespace ts {
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
// If changing the text in this section, be sure to test `configureNightly` too.
// WARNING: The script `configurePrerelease.ts` uses a regexp to parse out these values.
// If changing the text in this section, be sure to test `configurePrerelease` too.
export const versionMajorMinor = "3.8";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;