Skip to content

Commit

Permalink
bump version to v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Mar 24, 2019
1 parent 4233d19 commit 7890674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/vibe/core/core.d
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ void setTaskEventCallback(TaskEventCb func)
/**
A version string representing the current vibe.d version
*/
enum vibeVersionString = "0.8.5-rc.1";
enum vibeVersionString = "0.8.5";


/**
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project('Vibe.d', 'd',
)

project_soversion = '0'
project_version_suffix = '~rc1'
project_version_suffix = ''
project_version = meson.project_version()
project_version_full = project_version + project_version_suffix

Expand Down

0 comments on commit 7890674

Please sign in to comment.