aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/AngularPublic.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index 9928a125..3c5e46cb 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -14,8 +14,8 @@
* - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".
*/
var version = {
- full: '"NG_VERSION_FULL"', // all of these placeholder strings will be replaced by rake's
- major: "NG_VERSION_MAJOR", // compile task
+ full: '"NG_VERSION_FULL"', // all of these placeholder strings will be replaced by grunt's
+ major: "NG_VERSION_MAJOR", // package task
minor: "NG_VERSION_MINOR",
dot: "NG_VERSION_DOT",
codeName: '"NG_VERSION_CODENAME"'