Skip to content

Commit

Permalink
bump 3.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsky committed Nov 27, 2014
1 parent 6717ccc commit 0be0335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/components/babel/docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog for Babel.

Babel 3.0.0-dev
Babel 3.0.0-beta1 (November 28, 2014)
==============
- [#77] Update readme.txt
- [#51] Append URL parameters of current page if any
Expand Down
2 changes: 1 addition & 1 deletion core/components/babel/model/babel/babel.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class Babel {

const VERSION = '3.0.0';
const RELEASE = 'dev';
const RELEASE = 'beta1';

/**
* @access protected
Expand Down

0 comments on commit 0be0335

Please sign in to comment.