Skip to content

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane committed Jun 5, 2011
1 parent 98076a3 commit 5881e70
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
libmodbus 2.0.4 (2011-06-05)
============================
- Backport fix 'return check_crc16' from master

libmodbus 2.0.3 (2009-03-22)
============================
- Fix CRC error when a slave RTU send a response.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(libmodbus, 2.0.3, [email protected])
AC_INIT(libmodbus, 2.0.4, [email protected])
AC_CONFIG_SRCDIR([modbus/modbus.c])
AM_INIT_AUTOMAKE
AM_DISABLE_STATIC
Expand Down
11 changes: 7 additions & 4 deletions libmodbus.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Summary: A Modbus library in C, which supports RTU communication over a serial line or a TCP link.
Name: libmodbus
Version: 2.0.3
Version: 2.0.4
Release: 1
License: LGPL V3+
Packager: Some random Internet user
URL: https://launchpad.net/libmodbus/
Group: Applications/System
Provides: libmodbus=2.0.3
Provides: libmodbus=2.0.4
Requires: ,/bin/sh

Source0: libmodbus-2.0.3.tar.bz2
Source0: libmodbus-2.0.4.tar.bz2

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: autoconf, automake
Expand Down Expand Up @@ -50,14 +50,17 @@ rm -rf $RPM_BUILD_ROOT
%attr(0755,root,root) %dir %{_includedir}/modbus/
%dir %{_libdir}/libmodbus.so.2
%dir %{_libdir}/libmodbus.so
%attr(0755,root,root) %{_libdir}/libmodbus.so.2.0.3
%attr(0755,root,root) %{_libdir}/libmodbus.so.2.0.4
%attr(0755,root,root) %{_libdir}/libmodbus.la
%attr(0644,root,root) %{_libdir}/pkgconfig/modbus.pc
%attr(0644,root,root) %{_includedir}/modbus/modbus.h
%doc AUTHORS ChangeLog INSTALL NEWS COPYING* README


%changelog
* Sun Jun 5 2011 Stéphane Raimbault <[email protected]> - 2.0.4-1
- new upstream release

* Sun Mar 22 2009 Stéphane Raimbault <[email protected]> - 2.0.3-1
- new upstream release

Expand Down
2 changes: 1 addition & 1 deletion wscript
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# encoding: utf-8

VERSION='2.0.3'
VERSION='2.0.4'
APPNAME='libmodbus'

# these variables are mandatory ('/' are converted automatically)
Expand Down

0 comments on commit 5881e70

Please sign in to comment.