Skip to content

Commit

Permalink
#863 Update version to 0.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 16, 2014
1 parent ddc6b25 commit 7c6e903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

class Version {
// See http://modernbb.be/docs/version.php for more info
const FORUM_VERSION = '0.1.9';
const FORUM_VERSION = '0.2-dev';

// The Luna Core version
const FORUM_CORE_VERSION = '0.2.3477';
const FORUM_CORE_VERSION = '0.2.3478';

// The database version number, every change in the database requires this number to go one up
const FORUM_DB_VERSION = '87.00';
Expand Down

0 comments on commit 7c6e903

Please sign in to comment.