Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchelo committed Mar 11, 2015
1 parent 2f59c15 commit 9e52da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _build/build.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
define('DS', DIRECTORY_SEPARATOR);

/* define package */
define('PKG_NAME', 'fastRouter');
define('PKG_NAME', 'FastRouter');
define('PKG_NAME_LOWER', strtolower(PKG_NAME));

define('PKG_VERSION', '1.0.0');
define('PKG_RELEASE', 'pl1');
define('PKG_VERSION', '1.0.1');
define('PKG_RELEASE', 'pl');
define('PKG_AUTO_INSTALL', true);
define('PKG_NAMESPACE_PATH', '{core_path}components/' . PKG_NAME_LOWER . '/');

Expand Down

0 comments on commit 9e52da2

Please sign in to comment.