소스 검색

Bump to 1.3.0 branch (unstable version)

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

+ 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.2, stephane.raimbault@gmail.com)
-AM_INIT_AUTOMAKE(libmodbus, 1.2.0)
+AC_INIT(libmodbus, 1.3, stephane.raimbault@gmail.com)
+AM_INIT_AUTOMAKE(libmodbus, 1.3.0)
 
 # Checks for programs.
 AC_PROG_CC