Index: Gruntfile.js
===================================================================
--- Gruntfile.js	(revision 25199)
+++ Gruntfile.js	(working copy)
@@ -6,6 +6,7 @@
 
 	// Project configuration.
 	grunt.initConfig({
+		pkg: grunt.file.readJSON('package.json'),
 		clean: {
 			all: [BUILD_DIR],
 			dynamic: {
@@ -109,7 +110,7 @@
 			tinymce: {
 				options: {
 					separator: '\n',
-					banner: '// Created: <%= grunt.template.today("UTC:yyyy-mm-dd HH:MM:ss Z") %>\n',
+					banner: '// <%= pkg.name %> version <%= pkg.version %>\n',
 					process: function( src, filepath ) {
 						return '// Source: ' + filepath.replace( BUILD_DIR, '' ) + '\n' + src;
 					}
