Skip to content

Commit

Permalink
Version 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sude- committed May 18, 2024
1 parent fd35a0a commit 0067da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
project (lgogdownloader LANGUAGES C CXX VERSION 3.12)
project (lgogdownloader LANGUAGES C CXX VERSION 3.13)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It uses the same API as GOG Galaxy which doesn't have Linux support at the momen
## Fedora
```
sudo dnf install cmake make gcc gcc-c++ glibc tinyxml2-devel rhash-devel \
libtidy-devel tinyxml-devel jsoncpp-devel liboauth-devel libcurl-devel \
libtidy-devel tinyxml-devel jsoncpp-devel libcurl-devel \
boost-devel help2man
```
### Build and Install
Expand Down

0 comments on commit 0067da5

Please sign in to comment.