Skip to content

Commit efe14e0

Browse files
committed
Merge branch 'release/0.1.1' into develop
2 parents 1cea027 + f1d5264 commit efe14e0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Under development
22
-----------------
3+
4+
0.1.1 (2022-05-13)
5+
-----------------
36
- [bug] Can not use this module and vfs at the same time in the top level CMake file (alexeevdv)
47

58
0.1.0 (2022-05-13)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.8)
2-
project(falltergeist_vfs_dat2 VERSION 0.1.0 DESCRIPTION "Virtual File System DAT2 module")
2+
project(falltergeist_vfs_dat2 VERSION 0.1.1 DESCRIPTION "Virtual File System DAT2 module")
33

44
find_package(Git QUIET)
55
if(GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR}/.git")

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "falltergeist-vfs-dat2",
3-
"version-string": "0.1.0",
3+
"version-string": "0.1.1`",
44
"dependencies": [
55
"zlib"
66
]

0 commit comments

Comments
 (0)