Skip to content

Commit 2fb1a98

Browse files
committed
Update to v0.28.1
1 parent 5d2aafa commit 2fb1a98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dsda-doom v0.28.0
1+
# dsda-doom v0.28.1
22
This is a successor of prboom+ with many new features, including:
33
- Heretic, Hexen, MBF21, Doom-in-Hexen, UDMF, and MAPINFO support
44
- In-game console and scripting

prboom2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
set(CMAKE_POLICY_DEFAULT_CMP0077 NEW)
3535
set(X_VCPKG_APPLOCAL_DEPS_INSTALL TRUE)
3636

37-
project("dsda-doom" VERSION 0.28.0)
37+
project("dsda-doom" VERSION 0.28.1)
3838

3939
# Set a default build type if none was specified
4040
set(default_build_type "RelWithDebInfo")

prboom2/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "dsda-doom",
4-
"version": "0.28.0",
4+
"version": "0.28.1",
55
"homepage": "https://github.com/kraflab/dsda-doom",
66
"license": "GPL-2.0-only",
77
"dependencies": [

0 commit comments

Comments
 (0)