Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Demo User committed Aug 10, 2018
1 parent 2ea1285 commit 45150de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.1
* Support pwm driver changes introduced in 4.14.61-ti-r68
* documentation improvements

1.0.0
* finally, v1.0.0 release!
* rename package to librobotcontrol
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
librobotcontrol (1.0.1) stable; urgency=low
* Support pwm driver changes introduced in 4.14.61-ti-r68
* documentation improvements
-- James Strawson <james@strawsondesign.com> Thu, 9 Aug 2018 16:58:00 +0000



librobotcontrol (1.0.0) stable; urgency=low
* finally, v1.0.0 release!
* rename package to librobotcontrol
Expand Down
2 changes: 1 addition & 1 deletion library/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILDDIR := build
INCLUDEDIR := include
SHORTNAME := librobotcontrol.so
SONAME := librobotcontrol.so.1
FULLNAME := librobotcontrol.so.1.0.0
FULLNAME := librobotcontrol.so.1.0.1
TARGET := $(LIBDIR)/$(FULLNAME)
RC_VAR_DIR := var/lib/robotcontrol

Expand Down
2 changes: 1 addition & 1 deletion library/include/rc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern "C" {

#define RC_LIB_VERSION_MAJOR 1
#define RC_LIB_VERSION_MINOR 0
#define RC_LIB_VERSION_PATCH 0
#define RC_LIB_VERSION_PATCH 1
#define RC_LIB_VERSION_HEX ((RC_LIB_VERSION_MAJOR << 16) | \
(RC_LIB_VERSION_MINOR << 8) | \
(RC_LIB_VERSION_PATCH))
Expand Down

0 comments on commit 45150de

Please sign in to comment.