Commit 3647a435a7e213fdb8b50c47e4684530f83fe22f

Authored by Stéphane Raimbault
1 parent 7ac79f0a

Bump version to 1.9.0

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.3, stephane.raimbault@gmail.com)  
6 -AM_INIT_AUTOMAKE(libmodbus, 1.3.0) 5 +AC_INIT(libmodbus, 1.9, stephane.raimbault@gmail.com)
  6 +AM_INIT_AUTOMAKE(libmodbus, 1.9.0)
7 7
8 # Checks for programs. 8 # Checks for programs.
9 AC_PROG_CC 9 AC_PROG_CC
1 #! /usr/bin/env python 1 #! /usr/bin/env python
2 # encoding: utf-8 2 # encoding: utf-8
3 3
4 -VERSION='1.2.4' 4 +VERSION='1.9.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)