Skip to content

Commit

Permalink
Regenerating builds again with right versions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
phalcon committed Mar 18, 2014
1 parent 5952e21 commit b49d6af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions build/32bits/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23221,7 +23221,6 @@ static PHP_METHOD(Phalcon_Validation, getLabel) {




zend_class_entry *phalcon_version_ce;

static PHP_METHOD(Phalcon_Version, _getVersion);
Expand All @@ -23248,8 +23247,8 @@ static PHP_METHOD(Phalcon_Version, _getVersion){
add_next_index_long(return_value, 1);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 0);
add_next_index_long(return_value, PHALCON_VERSION_BETA);
add_next_index_long(return_value, 1);
add_next_index_long(return_value, PHALCON_VERSION_STABLE);
add_next_index_long(return_value, 0);
}

static PHP_METHOD(Phalcon_Version, get){
Expand Down
5 changes: 2 additions & 3 deletions build/64bits/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23221,7 +23221,6 @@ static PHP_METHOD(Phalcon_Validation, getLabel) {




zend_class_entry *phalcon_version_ce;

static PHP_METHOD(Phalcon_Version, _getVersion);
Expand All @@ -23248,8 +23247,8 @@ static PHP_METHOD(Phalcon_Version, _getVersion){
add_next_index_long(return_value, 1);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 0);
add_next_index_long(return_value, PHALCON_VERSION_BETA);
add_next_index_long(return_value, 1);
add_next_index_long(return_value, PHALCON_VERSION_STABLE);
add_next_index_long(return_value, 0);
}

static PHP_METHOD(Phalcon_Version, get){
Expand Down
5 changes: 2 additions & 3 deletions build/safe/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23221,7 +23221,6 @@ static PHP_METHOD(Phalcon_Validation, getLabel) {




zend_class_entry *phalcon_version_ce;

static PHP_METHOD(Phalcon_Version, _getVersion);
Expand All @@ -23248,8 +23247,8 @@ static PHP_METHOD(Phalcon_Version, _getVersion){
add_next_index_long(return_value, 1);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 0);
add_next_index_long(return_value, PHALCON_VERSION_BETA);
add_next_index_long(return_value, 1);
add_next_index_long(return_value, PHALCON_VERSION_STABLE);
add_next_index_long(return_value, 0);
}

static PHP_METHOD(Phalcon_Version, get){
Expand Down

0 comments on commit b49d6af

Please sign in to comment.