diff options
author | Grzegorz Nosek <root@localdomain.pl> | 2010-08-23 13:56:18 +0200 |
---|---|---|
committer | Grzegorz Nosek <root@localdomain.pl> | 2010-08-23 13:56:18 +0200 |
commit | 3c2ff94a4fd134ff6457ad8ad41385d565a94bbc (patch) | |
tree | b3c07f7068cdce1ad04fdbf20514050ea80aa445 | |
parent | 86b7ae9495419b3b63480d03b9fb8e00b2b172ac (diff) | |
download | fcgiwrap-3c2ff94a4fd134ff6457ad8ad41385d565a94bbc.tar.xz fcgiwrap-3c2ff94a4fd134ff6457ad8ad41385d565a94bbc.zip |
[GH-2] Advance configure.ac version to 1.0.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06d1ed4..899c219 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([fcgiwrap], [1.0.1], [root@localdomain.pl]) +AC_INIT([fcgiwrap], [1.0.3], [root@localdomain.pl]) AM_CFLAGS="-std=gnu99 -Wall -Wextra -Werror -pedantic" if test x"$CFLAGS" = x""; then AM_CFLAGS="$AM_CFLAGS -O2 -g3" |