Skip to content

Commit

Permalink
bump version to v0.8.4-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Mar 31, 2018
1 parent 297997a commit 892e094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3";
enum vibeVersionString = "0.8.4-alpha.1";


/**
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ project('Vibe.d', 'd',
meson_version: '>=0.40',
subproject_dir: 'lib/subprojects',
license: 'MIT',
version: '0.8.3'
version: '0.8.4'
)

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

Expand Down

0 comments on commit 892e094

Please sign in to comment.