Commit 8a96bcb6dba193934aa57aa2c5c3a4169990d74c
1 parent
9b677f54
Bump version to 2.0.0 in configure.ac and wscript.
Showing
2 changed files
with
3 additions
and
3 deletions
configure.ac
| ... | ... | @@ -2,8 +2,8 @@ |
| 2 | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | |
| 4 | 4 | AC_PREREQ(2.59) |
| 5 | -AC_INIT(libmodbus, 1.9, stephane.raimbault@gmail.com) | |
| 6 | -AM_INIT_AUTOMAKE(libmodbus, 1.9.0) | |
| 5 | +AC_INIT(libmodbus, 2.0, stephane.raimbault@gmail.com) | |
| 6 | +AM_INIT_AUTOMAKE(libmodbus, 2.0.0) | |
| 7 | 7 | AM_DISABLE_STATIC |
| 8 | 8 | |
| 9 | 9 | # Checks for programs. | ... | ... |