Skip to content

Commit c75eee5

Browse files
committed
v0.10 final
1 parent 22162fb commit c75eee5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Changes in v0.10 (not released)
1+
# Changes in v0.10 (released 2025-02-28)
22
- Add ability to configure output device
33
- Add ability to combine Play and Pause buttons
44
- Allow specifying explicit null for optional request parameters

cpp/server/project_info.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define MSRV_PLAYER_FOOBAR2000 "foobar2000"
2020
#define MSRV_VERSION_MAJOR 0
2121
#define MSRV_VERSION_MINOR 10
22-
#define MSRV_VERSION_FINAL 0
22+
#define MSRV_VERSION_FINAL 1
2323

2424
#define MSRV_DEFAULT_PORT 8880
2525
#define MSRV_DEFAULT_TEST_PORT 8882

scripts/config.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ProjectName>beefweb</ProjectName>
55
<PackageFile>foo_beefweb</PackageFile>
66
<PackageVersion>0.10</PackageVersion>
7-
<PackageVersionFinal>False</PackageVersionFinal>
7+
<PackageVersionFinal>True</PackageVersionFinal>
88
<PluginFile>foo_beefweb.dll</PluginFile>
99
<WebuiRoot>beefweb.root</WebuiRoot>
1010
</PropertyGroup>

scripts/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project_name=beefweb
22
pkg_name=ddb_beefweb
33
pkg_version=0.10
4-
pkg_version_final=0
4+
pkg_version_final=1
55
plugin_file=beefweb.so
66
webui_root=beefweb.root

0 commit comments

Comments
 (0)