Skip to content

Commit

Permalink
Updated to version 2.07.
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez01 committed Jan 17, 2023
1 parent 2afb07a commit 0106af0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Exodriver: Linux (kernel 2.6+) and Mac OS X low-level LabJack U12, U3, U6, UE9,
Digit, T4, and T7 USB library 2.06 and C examples
09/02/2020
Digit, T4, and T7 USB library 2.07 and C examples
01/17/2022
support@labjack.com

This package contains the liblabjackusb 2.06 USB library for low-level U3, U6,
This package contains the liblabjackusb 2.07 USB library for low-level U3, U6,
UE9, Digit, T4, and T7 USB communications and C examples for select LabJack
devices.

Expand Down
2 changes: 1 addition & 1 deletion liblabjackusb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

UNAME = $(shell uname -s)

VERSION = 2.6.0
VERSION = 2.7.0
PREFIX ?= /usr/local
DESTINATION = $(DESTDIR)$(PREFIX)/lib
HEADER = labjackusb.h
Expand Down
4 changes: 3 additions & 1 deletion liblabjackusb/labjackusb.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@
// - Added revision number to library version number. The float version
// number 2.0503 is equivalent to 2.5.3 (major.minor.revision).
// 2.0600 - Initial T4 and T5 support
// 2.0700 - Added new function LJUSB_OpenAllDevicesOfProductId
// - Bug fixes, spelling corrections and code cleanup
//-----------------------------------------------------------------------------
//

#ifndef LABJACKUSB_H_
#define LABJACKUSB_H_

#define LJUSB_LIBRARY_VERSION 2.0600f
#define LJUSB_LIBRARY_VERSION 2.0700f

#include <stdbool.h>

Expand Down

0 comments on commit 0106af0

Please sign in to comment.