Skip to content

Commit a248532

Browse files
authored
Merge pull request #138 from nebojsatomic/25.09
Set version 25.09
2 parents f50bc8a + 969ea90 commit a248532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.08
1+
25.09

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.08";
57+
protected $_version = "Ver. 25.09";
5858
protected $_translateCreator;
5959
protected $_translate = null;
6060
protected $translator = null;

0 commit comments

Comments
 (0)