Skip to content

Commit

Permalink
bugfixes for version-file
Browse files Browse the repository at this point in the history
  • Loading branch information
erazor83 committed Oct 25, 2013
1 parent 9821f47 commit c6129cf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/dynamixel-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
#ifndef _DYNAMIXEL_VERSION_H_
#define _DYNAMIXEL_VERSION_H_

/* The major version, (1, if %LIBDYNAMIXEL_VERSION is 1.2.3) */
#define LIBDYNAMIXEL_VERSION_MAJOR (@LIBDYNAMIXEL_VERSION_MAJOR@)

/* The minor version (2, if %LIBDYNAMIXEL_VERSION is 1.2.3) */
#define LIBDYNAMIXEL_VERSION_MINOR (@LIBDYNAMIXEL_VERSION_MINOR@)

/* The micro version (3, if %LIBDYNAMIXEL_VERSION is 1.2.3) */
#define LIBDYNAMIXEL_VERSION_MICRO (@LIBDYNAMIXEL_VERSION_MICRO@)

/* The full version, like 1.2.3 */
#define LIBDYNAMIXEL_VERSION @LIBDYNAMIXEL_VERSION@

Expand Down

0 comments on commit c6129cf

Please sign in to comment.