Skip to content
Snippets Groups Projects
Commit c7b5295f authored by llaffont's avatar llaffont
Browse files

MAJ versions opac et cosmo

parent 3329addd
Branches
Tags
No related merge requests found
<?PHP
// Constantes
define("VERSION_COSMOGRAMME","6.25");
define("VERSION_COSMOGRAMME","6.26");
define("PATCH_LEVEL","145");
define("APPLI","cosmogramme");
define("CRLF", chr(13) . chr(10));
......
......@@ -51,7 +51,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('VERSION_PERGAME','V-05.43.1 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
defineConstant('VERSION_PERGAME','V-05.44 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
defineConstant('ROOT_PATH', './');
defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH.'../ZendFramework-1.6.2/library/Zend/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment