diff --git a/common/version/version.h.in b/common/version/version.h.in index 9fb1fe8..583af4f 100644 --- a/common/version/version.h.in +++ b/common/version/version.h.in @@ -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@"; diff --git a/contrib/package.json b/contrib/package.json index 5afef65..22da506 100644 --- a/contrib/package.json +++ b/contrib/package.json @@ -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"