Skip to content

Commit

Permalink
change version info
Browse files Browse the repository at this point in the history
  • Loading branch information
philippK-de committed Jan 12, 2017
1 parent ce50c22 commit d83e492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// configuration to load
define("CL_CONFIG", "standard");
// collabtive release date
define("CL_PUBDATE", "1476223200");
define("CL_PUBDATE", "1484175600");
// uncomment next line for debugging
error_reporting(E_ALL || E_STRICT);
// include config file , pagination and global functions
Expand Down Expand Up @@ -94,7 +94,7 @@
$template->assign("url", $url);
$template->assign("languages", $languages);
// set the version number for display
$template->assign("myversion", "3.0");
$template->assign("myversion", "3.0.1");
$template->assign("cl_config", CL_CONFIG);

// Assign globals to all templates
Expand Down

0 comments on commit d83e492

Please sign in to comment.