diff --git a/include/version.php b/include/version.php index 89cbc9a22..e0d159730 100644 --- a/include/version.php +++ b/include/version.php @@ -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';