Skip to content

Commit

Permalink
release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperblast committed Sep 3, 2023
1 parent 4144f71 commit a152598
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cpp/server/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 8
#define MSRV_VERSION_FINAL 0
#define MSRV_VERSION_FINAL 1

#define MSRV_DEFAULT_PORT 8880
#define MSRV_DEFAULT_TEST_PORT 8882
Expand Down
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.8 (not released)
# Changes in v0.8 (released 2023-09-03)
- Use imperative present tense for change log entries
- Adjust screen size breakpoints (approximately 640px for medium size and 960px for large size)
- Convert view switcher to menu on small size screens
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.8</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.8
pkg_version_final=0
pkg_version_final=1
plugin_file=beefweb.so
webui_root=beefweb.root

0 comments on commit a152598

Please sign in to comment.