Skip to content

Commit

Permalink
Updating version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phalcon committed Sep 22, 2014
1 parent 9ce2bb0 commit e0e03bd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/32bits/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23637,7 +23637,7 @@ static PHP_METHOD(Phalcon_Version, _getVersion){
array_init_size(return_value, 5);
add_next_index_long(return_value, 1);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 4);
add_next_index_long(return_value, PHALCON_VERSION_STABLE);
add_next_index_long(return_value, 1);
}
Expand Down
2 changes: 1 addition & 1 deletion build/32bits/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <TSRM/TSRM.h>
#endif

#define PHP_PHALCON_VERSION "1.3.3"
#define PHP_PHALCON_VERSION "1.3.4"
#define PHP_PHALCON_EXTNAME "phalcon"

#define PHALCON_NUM_PREALLOCATED_FRAMES 25
Expand Down
2 changes: 1 addition & 1 deletion build/64bits/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23637,7 +23637,7 @@ static PHP_METHOD(Phalcon_Version, _getVersion){
array_init_size(return_value, 5);
add_next_index_long(return_value, 1);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 4);
add_next_index_long(return_value, PHALCON_VERSION_STABLE);
add_next_index_long(return_value, 1);
}
Expand Down
2 changes: 1 addition & 1 deletion build/64bits/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <TSRM/TSRM.h>
#endif

#define PHP_PHALCON_VERSION "1.3.3"
#define PHP_PHALCON_VERSION "1.3.4"
#define PHP_PHALCON_EXTNAME "phalcon"

#define PHALCON_NUM_PREALLOCATED_FRAMES 25
Expand Down
2 changes: 1 addition & 1 deletion build/safe/phalcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -23637,7 +23637,7 @@ static PHP_METHOD(Phalcon_Version, _getVersion){
array_init_size(return_value, 5);
add_next_index_long(return_value, 1);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 4);
add_next_index_long(return_value, PHALCON_VERSION_STABLE);
add_next_index_long(return_value, 1);
}
Expand Down
2 changes: 1 addition & 1 deletion build/safe/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <TSRM/TSRM.h>
#endif

#define PHP_PHALCON_VERSION "1.3.3"
#define PHP_PHALCON_VERSION "1.3.4"
#define PHP_PHALCON_EXTNAME "phalcon"

#define PHALCON_NUM_PREALLOCATED_FRAMES 25
Expand Down
2 changes: 1 addition & 1 deletion ext/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <TSRM/TSRM.h>
#endif

#define PHP_PHALCON_VERSION "1.3.3"
#define PHP_PHALCON_VERSION "1.3.4"
#define PHP_PHALCON_EXTNAME "phalcon"

#define PHALCON_NUM_PREALLOCATED_FRAMES 25
Expand Down
2 changes: 1 addition & 1 deletion ext/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PHP_METHOD(Phalcon_Version, _getVersion){
array_init_size(return_value, 5);
add_next_index_long(return_value, 1);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 3);
add_next_index_long(return_value, 4);
add_next_index_long(return_value, PHALCON_VERSION_STABLE);
add_next_index_long(return_value, 1);
}
Expand Down

0 comments on commit e0e03bd

Please sign in to comment.