File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.0.1
2+ * Support pwm driver changes introduced in 4.14.61-ti-r68
3+ * documentation improvements
4+
151.0.0
26 * finally, v1.0.0 release!
37 * rename package to librobotcontrol
Original file line number Diff line number Diff line change 1+ librobotcontrol (1.0.1) stable; urgency=low
2+ * Support pwm driver changes introduced in 4.14.61-ti-r68
3+ * documentation improvements
4+ -- James Strawson <
[email protected] > Thu, 9 Aug 2018 16:58:00 +0000
5+
6+
7+
18librobotcontrol (1.0.0) stable; urgency=low
29 * finally, v1.0.0 release!
310 * rename package to librobotcontrol
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ BUILDDIR := build
55INCLUDEDIR := include
66SHORTNAME := librobotcontrol.so
77SONAME := librobotcontrol.so.1
8- FULLNAME := librobotcontrol.so.1.0.0
8+ FULLNAME := librobotcontrol.so.1.0.1
99TARGET := $(LIBDIR ) /$(FULLNAME )
1010RC_VAR_DIR := var/lib/robotcontrol
1111
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ extern "C" {
2020
2121#define RC_LIB_VERSION_MAJOR 1
2222#define RC_LIB_VERSION_MINOR 0
23- #define RC_LIB_VERSION_PATCH 0
23+ #define RC_LIB_VERSION_PATCH 1
2424#define RC_LIB_VERSION_HEX ((RC_LIB_VERSION_MAJOR << 16) | \
2525 (RC_LIB_VERSION_MINOR << 8) | \
2626 (RC_LIB_VERSION_PATCH))
You can’t perform that action at this time.
0 commit comments