Table of Contents

OW_VERSION.XML

ow_version.xml file stores information about source code of core platform currently used on your website: software name, build, version, copyrights and license data.

Default content

<?xml version="1.0" encoding="utf-8"?>

<ow>
    <name>Oxwall community software</name>
    <build>{$build_number_here}</build>
    <version>:{$version_number_here}</version>
    <copyright>Copyright 2012 Oxwall Foundation. All rights reserved.</copyright>
    <license>Common Public Attribution License Version 1.0</license>
    <licenseUrl>http://www.oxwall.org/license</licenseUrl>
</ow>

Where to find ow_version.xml

ow_version.xml file of SkaDate software is located in website's root directory. Same location is used to store other software related files such as .htaccess and index.php.

ow_version.xml file can be opened from cPanel's File Manager or FTP client ( ex. FileZilla).

To open ow_version.xml from FTP client:

To open .ow_version.xml from File Manager:

If you are not sure how to use FTP client or File Manager, please refer to hosting provider's documentation.

Build and Version

Software build and version are numerical values given to a particular software release. <version>- Ex: 1.8.2, 1.8.3 <build> - Ex: (10400), (10600).