ni / grpc-device

gRPC server providing remote access to NI device driver APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distinguish Windows executable version in main.

reckenro opened this issue · comments

See this PR and specific conversation around it.

Currently, the VERSION specified in CMakeLists.txt for the ni_grpc_devices_server project matches between the main branch and releases/2.0. This is used to denote the version that shows up if looking at the executable details on Windows.

The point of this Issue is to look into ways to distinguish the server executable when it comes from the main branch vs. a releases/* one.

AB#2272707