We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbb3b1 commit 175c0f9Copy full SHA for 175c0f9
.buildkite/dra-workflow.trigger.sh
@@ -36,7 +36,7 @@ EOF
36
branch: "$BRANCH"
37
env:
38
DRA_WORKFLOW: staging
39
- VERSION_QUALIFIER: alpha1
+ VERSION_QUALIFIER: "-alpha1"
40
EOF
41
fi
42
done
CMakeLists.txt
@@ -42,7 +42,7 @@ endif (${WIN32})
cmake_policy(SET CMP0048 NEW)
43
# explicit languages support (Cs are defaults)
44
project(${DRIVER_BASE_NAME}
45
- VERSION ${DRV_VERSION}
+ VERSION ${DRV_VERSION}${VERSION_QUALIFIER}
46
LANGUAGES CXX C)
47
48
if (${IS_UNICODE})
0 commit comments