Search code examples
oscommerce

How can i know what is the release of osCommerce?


how can i know what is the release of osCommerce? is the release written in any file of the package?

Regards

Javi


Solution

  • in

    includes/application_top.php
    

    there should be something like:

    // define the project version
      define('PROJECT_VERSION', 'osCommerce 2.2-MS2');