We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad985af commit 0bed02eCopy full SHA for 0bed02e
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# BStone: Unofficial source port of Blake Stone: Aliens of Gold and Blake Stone: Planet Strike
2
# Changelog
3
4
+
5
+## [1.3.3] - 2026-01-25
6
+### Fixed
7
+- [#529] Slow doors and slow enemies, and slow weapon firing speed in OpenBSD
8
9
10
## [1.3.2] - 2025-12-30
11
### Fixed
12
- [#505] Elevator stats screen sound timing. (@bbitmaster)
src/bstone/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
-project(bstone VERSION 1.3.2 LANGUAGES CXX)
+project(bstone VERSION 1.3.3 LANGUAGES CXX)
#
# Version.
0 commit comments