Skip to content

Commit

Permalink
Merge pull request #274 from freehackquest/version-0.2.29
Browse files Browse the repository at this point in the history
Version 0.2.29
  • Loading branch information
sea5kg authored Jun 20, 2020
2 parents dc4f42c + f24bef2 commit 62a8b4b
Show file tree
Hide file tree
Showing 42 changed files with 1,467 additions and 999 deletions.
3 changes: 2 additions & 1 deletion fhq-server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ list (APPEND WSJCPP_SOURCES "src/storages/updates/update_mhd92m15nb_snwxenqco0.h
list (APPEND WSJCPP_SOURCES "src/storages/updates/update_mhd92m15nb_snwxenqco0.cpp")
list (APPEND WSJCPP_SOURCES "src/storages/updates/update_snwxenqco0_csww6lwcrp.h")
list (APPEND WSJCPP_SOURCES "src/storages/updates/update_snwxenqco0_csww6lwcrp.cpp")

list (APPEND WSJCPP_SOURCES "src/storages/updates/update_csww6lwcrp_722kt134lq.h")
list (APPEND WSJCPP_SOURCES "src/storages/updates/update_csww6lwcrp_722kt134lq.cpp")
list (APPEND WSJCPP_SOURCES "src/storages/updates/update0101.h")
list (APPEND WSJCPP_SOURCES "src/storages/updates/update0101.cpp")

Expand Down
2 changes: 1 addition & 1 deletion fhq-server/src.wsjcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automaticly generated by [email protected]
cmake_minimum_required(VERSION 3.0)

add_definitions(-DWSJCPP_APP_VERSION="v0.2.27")
add_definitions(-DWSJCPP_APP_VERSION="v0.2.29")
add_definitions(-DWSJCPP_APP_NAME="fhq-server")

if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
Expand Down
Loading

0 comments on commit 62a8b4b

Please sign in to comment.