Skip to content

Commit

Permalink
bump version to v0.8.2-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Oct 2, 2017
1 parent 5bfaff2 commit 714e6bc
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 @@ -987,7 +987,7 @@ void setTaskEventCallback(TaskEventCb func)
/**
A version string representing the current vibe.d version
*/
enum vibeVersionString = "0.8.2-alpha.1";
enum vibeVersionString = "0.8.2-alpha.2";


/**
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 = '~alpha1'
project_version_suffix = '~alpha2'
project_version = meson.project_version()
project_version_full = project_version + project_version_suffix

Expand Down

0 comments on commit 714e6bc

Please sign in to comment.