routeros_version.h   routeros_version.h 
skipping to change at line 31 skipping to change at line 31
#ifndef ROUTEROS_VERSION_H #ifndef ROUTEROS_VERSION_H
#define ROUTEROS_VERSION_H 1 #define ROUTEROS_VERSION_H 1
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#define ROS_VERSION_MAJOR 1 #define ROS_VERSION_MAJOR 1
#define ROS_VERSION_MINOR 1 #define ROS_VERSION_MINOR 1
#define ROS_VERSION_PATCH 0 #define ROS_VERSION_PATCH 1
#define ROS_VERSION_STRING "1.1.0" #define ROS_VERSION_STRING "1.1.1"
#define ROS_VERSION_ENCODE(major, minor, patch) \ #define ROS_VERSION_ENCODE(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch)) ((major) * 10000 + (minor) * 100 + (patch))
#define ROS_VERSION \ #define ROS_VERSION \
ROS_VERSION_ENCODE(ROS_VERSION_MAJOR, ROS_VERSION_MINOR, ROS_VERSION _PATCH) ROS_VERSION_ENCODE(ROS_VERSION_MAJOR, ROS_VERSION_MINOR, ROS_VERSION _PATCH)
int ros_version (void); int ros_version (void);
const char *ros_version_string (void); const char *ros_version_string (void);
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/