hparra / ruby-serialport

ruby-serialport is a Ruby library that provides a class for using RS-232 serial ports
http://rubygems.org/gems/serialport
GNU General Public License v2.0
246 stars 58 forks source link

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

Closed paynerc closed 14 years ago

paynerc commented 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.

hparra commented 14 years ago

I will fix this later today. A bummer that there are now two VERSION constants.

hparra commented 14 years ago

Updated RUBY_SERIAL_PORT_VERSION to 1.0.0. Closed by bbcace64bd63508038e41821c9f51f2829764f2b