Skip to content

Commit

Permalink
Merge pull request #277 from freehackquest/version-0.2.30
Browse files Browse the repository at this point in the history
Version 0.2.30
  • Loading branch information
sea5kg authored Jun 26, 2020
2 parents 7a6d396 + ffe07ba commit 8a570a8
Show file tree
Hide file tree
Showing 17 changed files with 497 additions and 72 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Backend && Frontend for FreeHackQuest on Qt and WebSockets
| -------------- | ------------- |
| fhq-server | [ubuntu/ppa](https://launchpad.net/~freehackquest/+archive/ubuntu/fhq-server) |
| fhq-server | [![Docker Pulls](https://img.shields.io/docker/pulls/freehackquest/fhq-server.svg)](https://hub.docker.com/r/freehackquest/fhq-server/) |
| client library | [![npm version](https://badge.fury.io/js/libfhqcli-web-js.svg)](https://badge.fury.io/js/libfhqcli-web-js) |
| client library | [![npm version](https://badge.fury.io/js/freehackquest-libclient-js.svg)](https://badge.fury.io/js/freehackquest-libclient-web-js) |
| client library | [![PyPI version](https://badge.fury.io/py/libfreehackquestclient.svg)](https://badge.fury.io/py/libfreehackquestclient) |
| frontend | [github/web](https://github.com/freehackquest/frontend) |

Expand Down
2 changes: 2 additions & 0 deletions fhq-server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ 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/update_722kt134lq_6c8d4zm6u2.h")
list (APPEND WSJCPP_SOURCES "src/storages/updates/update_722kt134lq_6c8d4zm6u2.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.29")
add_definitions(-DWSJCPP_APP_VERSION="v0.2.30")
add_definitions(-DWSJCPP_APP_NAME="fhq-server")

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

0 comments on commit 8a570a8

Please sign in to comment.