Current ISPConfig Version

Discussion in 'ISPConfig 3 Priority Support' started by HSorgYves, Sep 10, 2023.

  1. HSorgYves

    HSorgYves Active Member HowtoForge Supporter

    How to easily get the current ISPConfig version from a shell script? Is there an easier way than through database?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The version number is in the config.inc.php file.
     
    HSorgYves likes this.
  3. HSorgYves

    HSorgYves Active Member HowtoForge Supporter

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This is the 3.2dev version, so it's the code from GIT 'develop' branch.

    Code that has been merged to develop branch is in that version when you have chosen 'git-develop' in ispconfig_update.sh command as the ISPConfig update loads it directly from the git server.
     
  5. HSorgYves

    HSorgYves Active Member HowtoForge Supporter

  6. till

    till Super Moderator Staff Member ISPConfig Developer

    You looked at the wrong file, version is:

    Code:
    define('ISPC_APP_VERSION', '3.2.11');
    in the file that is used to install or update ISPConfig, see install/tpl/config.inc.php.master
     
    HSorgYves likes this.

Share This Page