Stéphane Raimbault 17 роки тому
батько
коміт
3647a435a7
2 змінених файлів з 3 додано та 3 видалено
  1. 2 2
      configure.ac
  2. 1 1
      wscript

+ 2 - 2
configure.ac

@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(libmodbus, 1.3, stephane.raimbault@gmail.com)
-AM_INIT_AUTOMAKE(libmodbus, 1.3.0)
+AC_INIT(libmodbus, 1.9, stephane.raimbault@gmail.com)
+AM_INIT_AUTOMAKE(libmodbus, 1.9.0)
 
 # Checks for programs.
 AC_PROG_CC

+ 1 - 1
wscript

@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 # encoding: utf-8
 
-VERSION='1.2.4'
+VERSION='1.9.0'
 APPNAME='libmodbus'
 
 # these variables are mandatory ('/' are converted automatically)