Skip to content
Snippets Groups Projects
Select Git revision
  • 10f2705fca89f870c254c6b65c0a96842278ed4e
  • master default
  • fix_add_calendar_view
  • fix_modtracker_userid_empty
  • 7.4.0
  • fix_php_mailer_5_upgrade
  • fix_wb_service_contr_create_2_minutes
  • fix_assigned_to_field_in_advance_search
  • eternicode_bootstrap_datepicker_upgrade
  • fix_unable_to_modify_activity_webservice
  • perfect_scrollbar_upgrade_v0.8.1
  • fix_bug_in_calendar_detailrecordstructure
  • 7.1.0h3
  • migration
  • add-ons
  • 6.4.0
  • 7.1.0H3
  • 7.1.0
  • 7.1.0RC
  • 7.0.1
  • 7.0.0
  • 6.5.0
  • 6.4.0
23 results

vtigerversion.php

Blame
  • Forked from vtiger / vtigercrm
    Loading
    vtigerversion.php 740 B
    <?php
    /************************************************************************************
     * The contents of this file are subject to the vtiger CRM Public License Version 1.1
     * ("License"); You may not use this file except in compliance with the License
     * The Original Code is: vtiger CRM Open Source
     * The Initial Developer of the Original Code is vtiger.
     * Portions created by vtiger are Copyright (C) vtiger.
     * All Rights Reserved.
     ************************************************************************************/
    
    $patch_version = '20160714'; // -ve timestamp before release, +ve timestamp after release.
    $modified_database = '';
    $vtiger_current_version = '7.0.0';
    $_SESSION['vtiger_version'] = $vtiger_current_version;
    
    ?>