Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #292 from joomlatools/feature/290-version
Browse files Browse the repository at this point in the history
Keep JVERSION compatible with Joomla
  • Loading branch information
johanjanssens committed Jan 31, 2016
2 parents bda6971 + 1084632 commit cf16c2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/libraries/cms/version/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ final class JVersion
public $PRODUCT = 'Joomlatools Platform';

/** @var string Release version. */
public $RELEASE = '1.0';
public $RELEASE = '3.3';

/** @var string Maintenance version. */
public $DEV_LEVEL = '2';
public $DEV_LEVEL = '6';

/** @var string Development STATUS. */
public $DEV_STATUS = '';
public $DEV_STATUS = 'Stable';

/** @var string Build number. */
public $BUILD = '';
public $BUILD = '103';

/** @var string Code name. */
public $CODENAME = 'Braveheart';
Expand Down

0 comments on commit cf16c2b

Please sign in to comment.