Skip to content

Commit

Permalink
#863 Update version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 1, 2014
1 parent 21bb2df commit 9a4b6cd
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.0.9';
const FORUM_VERSION = '0.1';

// The Luna Core version
const FORUM_CORE_VERSION = '0.1.3359';
const FORUM_CORE_VERSION = '0.1.3360';

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

0 comments on commit 9a4b6cd

Please sign in to comment.