File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Under development
2
2
-----------------
3
+
4
+ 0.1.1 (2022-05-13)
5
+ -----------------
3
6
- [ bug] Can not use this module and vfs at the same time in the top level CMake file (alexeevdv)
4
7
5
8
0.1.0 (2022-05-13)
Original file line number Diff line number Diff line change 1
1
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" )
3
3
4
4
find_package (Git QUIET )
5
5
if (GIT_FOUND AND EXISTS "${PROJECT_SOURCE_DIR} /.git" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " falltergeist-vfs-dat2" ,
3
- "version-string" : " 0.1.0 " ,
3
+ "version-string" : " 0.1.1` " ,
4
4
"dependencies" : [
5
5
" zlib"
6
6
]
You can’t perform that action at this time.
0 commit comments