hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports

Home Page:http://rubygems.org/gems/serialport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serialport.h #RUBY_SERIAL_PORT_VERSION not updated to reflect the 1.0.0 version number

paynerc opened this issue · comments

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 bbcace6