Skip to content

Commit

Permalink
release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperblast committed Oct 24, 2021
1 parent 30a5908 commit ebc75ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Changes in v0.5 (not released):
### Changes in v0.5 (released 2021-10-24):
- Added support for specifying custom response header (e.g. for CORS)
- Added support for specifying custom web content directories
- Added settings to customize window title and playback information panel content
Expand Down
2 changes: 1 addition & 1 deletion scripts/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ProjectName>beefweb</ProjectName>
<PackageFile>foo_beefweb</PackageFile>
<PackageVersion>0.5</PackageVersion>
<PackageVersionFinal>False</PackageVersionFinal>
<PackageVersionFinal>True</PackageVersionFinal>
<PluginFile>foo_beefweb.dll</PluginFile>
<WebuiRoot>beefweb.root</WebuiRoot>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion scripts/config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name=beefweb
pkg_name=ddb_beefweb
pkg_version=0.5
pkg_version_final=0
pkg_version_final=1
plugin_file=beefweb.so
webui_root=beefweb.root
2 changes: 1 addition & 1 deletion server/src/project_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define MSRV_PROJECT_URL "https://github.com/hyperblast/beefweb"
#define MSRV_VERSION_MAJOR 0
#define MSRV_VERSION_MINOR 5
#define MSRV_VERSION_FINAL 0
#define MSRV_VERSION_FINAL 1

#define MSRV_DEFAULT_PORT 8880
#define MSRV_DEFAULT_TEST_PORT 8882
Expand Down

0 comments on commit ebc75ac

Please sign in to comment.