Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Upgrade v1.0.1 with some tool
Browse files Browse the repository at this point in the history
  • Loading branch information
forno committed Oct 25, 2016
1 parent 0594616 commit 127e339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(ics3 CXX)

SET(PROJECT_VER_MAJOR 1)
SET(PROJECT_VER_MINOR 0)
SET(PROJECT_VER_PATCH 0)
SET(PROJECT_VER_PATCH 1)
SET(PROJECT_VER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}")
SET(PROJECT_APIVER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}")

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The c++ library of ICS3.x communication for drive servo motors on Linux.

## Description
libics3 is c++ library for drive servo motors
that suport ICS3.5 or after serial communication.
that suport ICS3.0 or after serial communication.

ex)[KRS series servo moters produced by KONDO KAGAKU co., ltd.](http://kondo-robot.com/product-category/servomotor/krs)

Expand All @@ -23,7 +23,6 @@ Reference [the libics3 wiki](https://github.com/forno/libics3/wiki)
git clone https://github.com/forno/libics3.git
```
### Build
#### Normal method

```sh
cd libics3
Expand Down

0 comments on commit 127e339

Please sign in to comment.