Skip to content

Commit

Permalink
update version info (1.1.0)
Browse files Browse the repository at this point in the history
- should be equivalent to v2.0.17 of the official python library.
  • Loading branch information
pjueon committed Jan 12, 2022
1 parent cb59c5e commit 378648c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.2)
include(GNUInstallDirs)
SET(CMAKE_CXX_STANDARD 14)

SET(LIBRARY_VERSION "1.0.4")
SET(LIBRARY_VERSION "1.1.0")
SET(LIBRARY_SOVERSION "1")

SET (UDEVRULES_INSTALL_DIR "/lib/udev/rules.d" CACHE STRING "Base directory for udev rules")
Expand Down
2 changes: 1 addition & 1 deletion include/JetsonGPIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace std

namespace GPIO
{
constexpr auto VERSION = "1.0.4";
constexpr auto VERSION = "1.1.0";
constexpr auto _SYSFS_ROOT = "/sys/class/gpio";

extern const std::string JETSON_INFO;
Expand Down

0 comments on commit 378648c

Please sign in to comment.