Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Thom White committed Jun 19, 2013
1 parent 1dcbc96 commit 715d118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/protected/config/_main.php
Expand Up @@ -14,7 +14,7 @@
//Create alias for custom includes
Yii::setPathOfAlias("config",dirname(__FILE__)."/../config");
Yii::setPathOfAlias("custom",dirname(__FILE__)."/../custom");
Yii::setPathOfAlias('editable', dirname(__FILE__).'/core/protected/extensions/x-editable');
Yii::setPathOfAlias('editable', dirname(__FILE__).DIRECTORY_SEPARATOR.'../core/protected/extensions/x-editable');
Yii::setPathOfAlias('ext', dirname(__FILE__).DIRECTORY_SEPARATOR.'../core/protected/extensions');
Yii::setPathOfAlias('extensions', dirname(__FILE__).DIRECTORY_SEPARATOR.'../core/protected/extensions');

Expand Down
2 changes: 1 addition & 1 deletion core/protected/config/wsver.php
@@ -1,4 +1,4 @@
<?php

define('XLSWS_VERSION', '3.0.0rc3');
define('XLSWS_VERSION', '3.0.0');
define('XLSWS_VERSIONBUILD', 3000);
4 changes: 2 additions & 2 deletions core/protected/modules/admin/signatures.php

Large diffs are not rendered by default.

0 comments on commit 715d118

Please sign in to comment.