Closed paynerc closed 14 years ago
The #RUBY_SERIAL_PORT_VERSION defined in serialport.h must be updated when the version number is changed since this #define is used to set the VERSION constant in the SerialPort ruby class that is created.
I will fix this later today. A bummer that there are now two VERSION constants.
Updated RUBY_SERIAL_PORT_VERSION to 1.0.0. Closed by bbcace64bd63508038e41821c9f51f2829764f2b
The #RUBY_SERIAL_PORT_VERSION defined in serialport.h must be updated when the version number is changed since this #define is used to set the VERSION constant in the SerialPort ruby class that is created.