Skip to content

Commit

Permalink
Up version to indicate is something more than 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Jan 4, 2012
1 parent 3a4d315 commit 7b6c695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions require.js
@@ -1,5 +1,5 @@
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 1.0.3 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* @license RequireJS 1.0.3+ 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 = "1.0.3",
var version = "1.0.3+",
commentRegExp = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg,
cjsRequireRegExp = /require\(\s*["']([^'"\s]+)["']\s*\)/g,
currDirRegExp = /^\.\//,
Expand Down

0 comments on commit 7b6c695

Please sign in to comment.