Skip to content

Commit

Permalink
Merge pull request #607 from apathyboy/master
Browse files Browse the repository at this point in the history
0.6.1 Release
  • Loading branch information
apathyboy committed Jul 8, 2013
2 parents 5aaab59 + 7b6a352 commit 92d5f1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project(swganh CXX)
# current version
set(swganh_VERSION_MAJOR 0)
set(swganh_VERSION_MINOR 6)
set(swganh_VERSION_PATCH 0)
set(swganh_VERSION_PATCH 1)
set(swganh_VERSION
${swganh_VERSION_MAJOR}.${swganh_VERSION_MINOR}.${swganh_VERSION_PATCH})

Expand Down
4 changes: 0 additions & 4 deletions src/swganh/service/datastore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ std::shared_ptr<Galaxy> Datastore::createGalaxy(
std::unique_ptr<sql::ResultSet> result(statement->executeQuery());

if (!result->next()) {
<<<<<<< HEAD
statement->getMoreResults();
=======
statement->getMoreResults();
>>>>>>> develop
return nullptr;
}

Expand Down

0 comments on commit 92d5f1b

Please sign in to comment.