소스 검색

Bump version to 2.0.1

Stéphane Raimbault 17 년 전
부모
커밋
9a1c297c1b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      configure.ac
  2. 1 1
      wscript

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(libmodbus, 2.0.0, stephane.raimbault@gmail.com)
+AC_INIT(libmodbus, 2.0.1, stephane.raimbault@gmail.com)
 AC_CONFIG_SRCDIR([modbus/modbus.c])
 AM_INIT_AUTOMAKE
 AM_DISABLE_STATIC

+ 1 - 1
wscript

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