Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 20, 2012
1 parent 87ca374 commit 3cba23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/populate_search_index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Elastic search config
define('ES_URL', 'http://localhost:9200');
define('ES_INDEX', 'documentation');
define('CAKEPHP_VERSION', '1-1');
define('CAKEPHP_VERSION', '2-2');


function main($argv) {
Expand Down
2 changes: 1 addition & 1 deletion themes/cakephp/static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (/cakephp\.org/.test(document.domain)) {
App = {};
App.config = {
url: 'http://search.cakephp.org/search',
version: '1-1'
version: '2-2'
};

App.Book = (function() {
Expand Down

0 comments on commit 3cba23b

Please sign in to comment.