Skip to content

Commit

Permalink
Updated to 1.5.0.pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Feb 2, 2011
1 parent 8fa79b9 commit e0d47a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/runtime/core.js
Expand Up @@ -36,7 +36,7 @@ if (typeof console === 'undefined') {
// rest of the methods go into the mixin defined below.

/**
@version 1.5.0.pre.1
@version 1.5.0.pre.2
@namespace
The SproutCore namespace. All SproutCore methods and functions are defined
Expand All @@ -57,7 +57,7 @@ if (typeof console === 'undefined') {
var SC = SC || {} ;
var SproutCore = SproutCore || SC ;

SC.VERSION = '1.5.0.pre.1';
SC.VERSION = '1.5.0.pre.2';

/**
@private
Expand Down

0 comments on commit e0d47a3

Please sign in to comment.