Skip to content

Commit 07d24f8

Browse files
author
phalcon
committed
Upgrading version
1 parent fa74578 commit 07d24f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/phalcon.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

ext/version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)