Skip to content

Commit 1ca317e

Browse files
committed
Update to 0.29.0
1 parent c874289 commit 1ca317e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dsda-doom v0.28.3
1+
# dsda-doom v0.29.0
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
@@ -11,6 +11,7 @@ This is a successor of prboom+ with many new features, including:
1111
- Rewind
1212

1313
### Patch Notes
14+
- [v0.29](./patch_notes/v0.29.md)
1415
- [v0.28](./patch_notes/v0.28.md)
1516
- [v0.27](./patch_notes/v0.27.md)
1617
- [v0.26](./patch_notes/v0.26.md)

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.3)
37+
project("dsda-doom" VERSION 0.29.0)
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.3",
4+
"version": "0.29.0",
55
"homepage": "https://github.com/kraflab/dsda-doom",
66
"license": "GPL-2.0-only",
77
"dependencies": [

0 commit comments

Comments
 (0)