Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkingorg committed Nov 12, 2013
1 parent 1a7d216 commit fb2374e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Carrington Core Changelog

## Dev
## 3.7

- Add support for "sticky" posts (sticky.php, single-sticky.php, feed-sticky.php) in the post context
- Set default context to archive instead of home
Expand Down
2 changes: 1 addition & 1 deletion admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function cfct_option_css() {
*
**/
function cfct_admin_menu() {
add_theme_page(
add_theme_page(
apply_filters('cfct_admin_settings_title', __('Carrington Theme Settings', 'carrington')),
apply_filters('cfct_admin_settings_menu', __('Theme Settings', 'carrington')),
'edit_theme_options',
Expand Down
2 changes: 1 addition & 1 deletion carrington.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// ini_set('display_errors', '1');
// ini_set('error_reporting', E_ALL);

define('CFCT_CORE_VERSION', '3.4');
define('CFCT_CORE_VERSION', '3.7');

// Path to Carrington Core parent directory (usually the theme).
if (!defined('CFCT_PATH')) {
Expand Down

0 comments on commit fb2374e

Please sign in to comment.