Skip to content

Commit ebc75ac

Browse files
committed
release v0.5
1 parent 30a5908 commit ebc75ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Changes in v0.5 (not released):
1+
### Changes in v0.5 (released 2021-10-24):
22
- Added support for specifying custom response header (e.g. for CORS)
33
- Added support for specifying custom web content directories
44
- Added settings to customize window title and playback information panel content

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.5</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.5
4-
pkg_version_final=0
4+
pkg_version_final=1
55
plugin_file=beefweb.so
66
webui_root=beefweb.root

server/src/project_info.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define MSRV_PROJECT_URL "https://github.com/hyperblast/beefweb"
1313
#define MSRV_VERSION_MAJOR 0
1414
#define MSRV_VERSION_MINOR 5
15-
#define MSRV_VERSION_FINAL 0
15+
#define MSRV_VERSION_FINAL 1
1616

1717
#define MSRV_DEFAULT_PORT 8880
1818
#define MSRV_DEFAULT_TEST_PORT 8882

0 commit comments

Comments
 (0)