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,8 +2,8 @@ | ||
| 2 | # Process this file with autoconf to produce a configure script. | 2 | # Process this file with autoconf to produce a configure script. |
| 3 | 3 | ||
| 4 | AC_PREREQ(2.59) | 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 | AM_DISABLE_STATIC | 7 | AM_DISABLE_STATIC |
| 8 | 8 | ||
| 9 | # Checks for programs. | 9 | # Checks for programs. |
wscript
| 1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python |
| 2 | # encoding: utf-8 | 2 | # encoding: utf-8 |
| 3 | 3 | ||
| 4 | -VERSION='1.9.0' | 4 | +VERSION='2.0.0' |
| 5 | APPNAME='libmodbus' | 5 | APPNAME='libmodbus' |
| 6 | 6 | ||
| 7 | # these variables are mandatory ('/' are converted automatically) | 7 | # these variables are mandatory ('/' are converted automatically) |