Skip to content

Commit

Permalink
Version 3.12.0. Build yui and loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Aug 28, 2013
1 parent 28ea572 commit 8655935
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions build/loader-base/loader-base-coverage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/loader-base/loader-base-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/loader-base/loader-base-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/loader-base/loader-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/loader/loader-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/loader/loader-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/loader/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/yui-nodejs/yui-nodejs-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5036,7 +5036,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/yui-nodejs/yui-nodejs-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/yui-nodejs/yui-nodejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4686,7 +4686,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/yui/yui-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -6047,7 +6047,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion build/yui/yui-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/yui/yui.js
Original file line number Diff line number Diff line change
Expand Up @@ -5690,7 +5690,7 @@ YUI.add('loader-base', function (Y, NAME) {
BUILD = '/build/',
ROOT = VERSION + '/',
CDN_BASE = Y.Env.base,
GALLERY_VERSION = 'gallery-2013.08.15-00-45',
GALLERY_VERSION = 'gallery-2013.08.22-21-03',
TNT = '2in3',
TNT_VERSION = '4',
YUI2_VERSION = '2.9.0',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yui",
"version": "3.12.0-beta-1",
"version": "3.12.0",
"description": "YUI 3 Source",
"author": "Dav Glass <[email protected]>",
"bugs": { "url" : "https://github.com/yui/yui3/issues" },
Expand Down
2 changes: 1 addition & 1 deletion src/loader/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"builds": {
"loader-base": {
"replace": {
"@GALLERY@": "gallery-2013.08.15-00-45",
"@GALLERY@": "gallery-2013.08.22-21-03",
"@TNT@": "4",
"@YUI2@": "2.9.0"
},
Expand Down

0 comments on commit 8655935

Please sign in to comment.