Skip to content

Commit d59d3a4

Browse files
authored
Merge pull request #101 from nebojsatomic/25.02
Set version 25.02
2 parents e40caee + 5fcd49a commit d59d3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy/dev-application/controllers/NeTFramework/NetActionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class NetActionController extends Zend_Controller_Action
5454
protected $_cacheEnabled = 1;
5555
protected $_commentsAuto = 1;//should comments be auto added to each page or manual(0) - if there is no value from settings table, this is used
5656
protected $_insideContentArea = true;//if objects should be absolute(false), or inside the content area only(true)
57-
protected $_version = "Ver. 25.01";
57+
protected $_version = "Ver. 25.02";
5858
protected $_translateCreator;
5959
protected $_translate = null;
6060
protected $translator = null;

0 commit comments

Comments
 (0)