diff options
author | Dave Page | 2005-08-02 08:09:39 +0000 |
---|---|---|
committer | Dave Page | 2005-08-02 08:09:39 +0000 |
commit | a9e7ea1d3289735ccd63a27b2635add5387bc765 (patch) | |
tree | 3b4f5210b5bf7a034cd4d79e8c103af8d4377f1c /configure.ac | |
parent | 4db59fe7cec4882ec169180246d4f8cb79452d79 (diff) |
Post release version number bumpREL-08_00_0103PRE_LIBPQ
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 247d070..7e0eed9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(psqlodbc, 08.00.0102, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 08.00.0103, [pgsql-odbc@postgresql.org]) AC_PREREQ(2.52) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([bind.c]) |