Commit c8effdba14629632b8759535bbcd3255213823ce

Authored by Stéphane Raimbault
1 parent c2d08f6d

Bump to 1.3.0 branch (unstable version)

Showing 1 changed file with 2 additions and 2 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.2, stephane.raimbault@gmail.com)
6   -AM_INIT_AUTOMAKE(libmodbus, 1.2.0)
  5 +AC_INIT(libmodbus, 1.3, stephane.raimbault@gmail.com)
  6 +AM_INIT_AUTOMAKE(libmodbus, 1.3.0)
7 7  
8 8 # Checks for programs.
9 9 AC_PROG_CC
... ...