From 8a96bcb6dba193934aa57aa2c5c3a4169990d74c Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 4 May 2008 22:42:31 +0200 Subject: [PATCH] Bump version to 2.0.0 in configure.ac and wscript. --- configure.ac | 4 ++-- wscript | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 57ccdaa..b4f6664 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(libmodbus, 1.9, stephane.raimbault@gmail.com) -AM_INIT_AUTOMAKE(libmodbus, 1.9.0) +AC_INIT(libmodbus, 2.0, stephane.raimbault@gmail.com) +AM_INIT_AUTOMAKE(libmodbus, 2.0.0) AM_DISABLE_STATIC # Checks for programs. diff --git a/wscript b/wscript index 0c2be18..36ffbb6 100644 --- a/wscript +++ b/wscript @@ -1,7 +1,7 @@ #! /usr/bin/env python # encoding: utf-8 -VERSION='1.9.0' +VERSION='2.0.0' APPNAME='libmodbus' # these variables are mandatory ('/' are converted automatically) -- libgit2 0.21.4