File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49313,8 +49313,8 @@ PHP_METHOD(Phalcon_Version, _getVersion){
4931349313 add_next_index_long(version, 0);
4931449314 add_next_index_long(version, 6);
4931549315 add_next_index_long(version, 0);
49316- add_next_index_long(version, 2 );
49317- add_next_index_long(version, 1 );
49316+ add_next_index_long(version, 4 );
49317+ add_next_index_long(version, 0 );
4931849318
4931949319 RETURN_CTOR(version);
4932049320}
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ PHP_METHOD(Phalcon_Version, _getVersion){
6666 add_next_index_long (version , 0 );
6767 add_next_index_long (version , 6 );
6868 add_next_index_long (version , 0 );
69- add_next_index_long (version , 2 );
70- add_next_index_long (version , 1 );
69+ add_next_index_long (version , 4 );
70+ add_next_index_long (version , 0 );
7171
7272 RETURN_CTOR (version );
7373}
You can’t perform that action at this time.
0 commit comments