From 91802eaf14bcaa566860ab7fbb02e7d5a525a9f2 Mon Sep 17 00:00:00 2001 From: Patrick Roth Date: Tue, 22 Oct 2019 08:29:31 +0200 Subject: library version definition move to CMakeLists.txt --- o3000.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'o3000.c') diff --git a/o3000.c b/o3000.c index 89e6299..dd99f97 100644 --- a/o3000.c +++ b/o3000.c @@ -1313,6 +1313,8 @@ int __stdcall o3000_init(int vid, int pid, unsigned int video_cache_size, new_session->video_cb = video_cb; new_session->log_cb = log_cb; + o3000_log(new_session, O3000_LOG_INFO, "%s: O-3000 driver version %s\n", __func__, O3000_VERSION); + // open libusb context ret = libusb_init(&(new_session->libusb_ctx)); -- cgit v1.2.1