Skip to content

Commit

Permalink
NATLINK_VERSION set to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quintijn committed Jan 9, 2022
1 parent 220d962 commit 9d94cbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.20)

project (Natlink)
set(NATLINK_VERSION 6.0)
set(NATLINK_VERSION 5.0.0)
set(PYTHON_VERSION 3.8 CACHE STRING "3.X for X >= 8")
set(MYAPP_NAME "Natlink")

Expand Down
1 change: 0 additions & 1 deletion NatlinkModule/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def run() -> None:
os.add_dll_directory(pywin32_dir)

config = NatlinkConfig.from_first_found_file(config_locations())
print(f'now start NatlinkMain, with config file "{config.config_path}"')
main = NatlinkMain(logger, config)
main.setup_logger()
main.start()
Expand Down

0 comments on commit 9d94cbb

Please sign in to comment.