diff --git a/CMakeLists.txt b/CMakeLists.txt index 59d59a915..1ef565d4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/src/swganh/service/datastore.cc b/src/swganh/service/datastore.cc index e9ca9d55a..9dbb0a2e1 100644 --- a/src/swganh/service/datastore.cc +++ b/src/swganh/service/datastore.cc @@ -79,11 +79,7 @@ std::shared_ptr Datastore::createGalaxy( std::unique_ptr result(statement->executeQuery()); if (!result->next()) { -<<<<<<< HEAD - statement->getMoreResults(); -======= statement->getMoreResults(); ->>>>>>> develop return nullptr; }