Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurigag committed Jan 26, 2017
1 parent f19ba1d commit bbc5cff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "phalcon",
"description": "Web framework delivered as a C-extension for PHP",
"author": "Phalcon Team and contributors",
"version": "3.0.3",
"version": "3.1.0a",
"verbose": false,
"optimizer-dirs": [
"optimizers"
Expand Down
2 changes: 1 addition & 1 deletion ext/php_phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "kernel/globals.h"

#define PHP_PHALCON_NAME "phalcon"
#define PHP_PHALCON_VERSION "3.0.3"
#define PHP_PHALCON_VERSION "3.1.0a"
#define PHP_PHALCON_EXTNAME "phalcon"
#define PHP_PHALCON_AUTHOR "Phalcon Team and contributors"
#define PHP_PHALCON_ZEPVERSION "0.9.5a-dev"
Expand Down
2 changes: 1 addition & 1 deletion phalcon/version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Version
*/
protected static function _getVersion() -> array
{
return [3, 0, 4, 4, 0];
return [3, 1, 0, 1, 1];
}

/**
Expand Down

0 comments on commit bbc5cff

Please sign in to comment.