Skip to content

Commit

Permalink
add constant for version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Nägler committed Feb 11, 2014
1 parent c5d14cc commit 1ad8ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phile-cms/phile",
"version": "0.9.1",
"version": "0.9.2",
"type": "project",
"description": "A Markdown file-based CMS.",
"keywords": ["cms","markdown"],
Expand Down
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

define('PHILE_VERSION', '0.9.2');
define('ROOT_DIR', realpath(dirname(__FILE__)) . DIRECTORY_SEPARATOR);
define('CONTENT_DIR', ROOT_DIR . 'content' . DIRECTORY_SEPARATOR);
define('CONTENT_EXT', '.md');
Expand Down

0 comments on commit 1ad8ace

Please sign in to comment.