Skip to content

Commit

Permalink
chore: bump drace version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoessbauer committed Jul 11, 2019
1 parent 87ad21a commit dda19fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/version/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
* git tag and commit hash to the binary.
*/

const char * DRACE_BUILD_VERSION = "1.1.x (git)";
const char * DRACE_BUILD_VERSION = "1.2.x (git)";
const char * DRACE_BUILD_HASH = "@GIT_HEAD_SHA1@";
2 changes: 1 addition & 1 deletion contrib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drace",
"version": "1.1.1",
"version": "1.2.0",
"description": "Data-race detector for windows applications build on top of DynamoRIO",
"directories": {
"test": "test"
Expand Down

0 comments on commit dda19fa

Please sign in to comment.