Skip to content

Commit

Permalink
update version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Oct 7, 2011
1 parent e505411 commit 323e111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/jslib/x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license r.js 0.27.0+ Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* @license r.js 0.27.1 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
Expand All @@ -20,7 +20,7 @@ var requirejs, require, define;

var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
nodeDefine, exists, reqMain, loadedOptimizedLib,
version = '0.27.0+',
version = '0.27.1',
jsSuffixRegExp = /\.js$/,
commandOption = '',
//Used by jslib/rhino/args.js
Expand Down
4 changes: 2 additions & 2 deletions require.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 0.27.0+ Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* @license RequireJS 0.27.1 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
Expand All @@ -11,7 +11,7 @@
var requirejs, require, define;
(function () {
//Change this version number for each release.
var version = "0.27.0+",
var version = "0.27.1",
commentRegExp = /(\/\*([\s\S]*?)\*\/|\/\/(.*)$)/mg,
cjsRequireRegExp = /require\(\s*["']([^'"\s]+)["']\s*\)/g,
currDirRegExp = /^\.\//,
Expand Down

0 comments on commit 323e111

Please sign in to comment.