From 3c2ff94a4fd134ff6457ad8ad41385d565a94bbc Mon Sep 17 00:00:00 2001 From: Grzegorz Nosek Date: Mon, 23 Aug 2010 13:56:18 +0200 Subject: [GH-2] Advance configure.ac version to 1.0.3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3