Skip to content

Commit

Permalink
Update version to 2.5 (#1028)
Browse files Browse the repository at this point in the history
* Update version to 2.5

---------

Co-authored-by: Maxx Boehme <[email protected]>
Co-authored-by: Aniruddha Shastri <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2023
1 parent a5df3aa commit 11d6574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12.0)

project(ni_grpc_device_server
LANGUAGES C CXX
VERSION 2.4.0)
VERSION 2.5.0)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
include(CreateVirtualEnvironment)
Expand Down Expand Up @@ -787,4 +787,4 @@ endif()
# add_test( NAME UnitTests COMMAND UnitTestsRunner )
add_test( NAME UnitTests COMMAND UnitTestsRunner )
add_test( NAME IntegrationTests COMMAND IntegrationTestsRunner )
add_test( NAME SystemTests COMMAND SystemTestsRunner )
add_test( NAME SystemTests COMMAND SystemTestsRunner )
2 changes: 1 addition & 1 deletion generated/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace nidevice_grpc {

static constexpr const char* kNiDeviceGrpcFileVersion = "2.4.0.0";
static constexpr const char* kNiDeviceGrpcFileVersion = "2.5.0.0";
static constexpr const char* kNiDeviceGrpcOriginalFileName = "ni_grpc_device_server.exe";

}
Expand Down

0 comments on commit 11d6574

Please sign in to comment.