Commit 37882e06e71e6e14aed2d542b157ccac9132924f

Authored by Stéphane Raimbault
1 parent ae9e9da9

The prefered way to submit bugs is now the issue tracker of github

Showing 2 changed files with 5 additions and 4 deletions
README.rst
... ... @@ -38,6 +38,6 @@ Report a Bug
38 38 ------------
39 39  
40 40 To report a bug, you can:
41   - * send an email to stephane.raimbault@gmail.com
42   - * or fill a bug report on the issue tracker
  41 + * fill a bug report on the issue tracker
43 42 http://github.com/stephane/libmodbus/issues
  43 + * or send an email to stephane.raimbault@gmail.com
... ...
configure.ac
... ... @@ -22,8 +22,9 @@ m4_define([libmodbus_release_status],
22 22 m4_define([libmodbus_version],
23 23 [libmodbus_version_major.libmodbus_version_minor.libmodbus_version_micro])
24 24  
25   -AC_PREREQ(2.63)
26   -AC_INIT([libmodbus],[libmodbus_version],[stephane.raimbault@gmail.com])
  25 +AC_PREREQ([2.63])
  26 +AC_INIT([libmodbus],[libmodbus_version],
  27 +[https://github.com/stephane/libmodbus/issues])
27 28 AC_CONFIG_SRCDIR([src/modbus.c])
28 29 AC_CONFIG_HEADERS([config.h])
29 30 AM_INIT_AUTOMAKE([foreign])
... ...