Commit 8a96bcb6dba193934aa57aa2c5c3a4169990d74c

Authored by Stéphane Raimbault
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.
... ...
1 1 #! /usr/bin/env python
2 2 # encoding: utf-8
3 3  
4   -VERSION='1.9.0'
  4 +VERSION='2.0.0'
5 5 APPNAME='libmodbus'
6 6  
7 7 # these variables are mandatory ('/' are converted automatically)
... ...