summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Nosek <root@localdomain.pl>2010-08-23 13:56:18 +0200
committerGrzegorz Nosek <root@localdomain.pl>2010-08-23 13:56:18 +0200
commit3c2ff94a4fd134ff6457ad8ad41385d565a94bbc (patch)
treeb3c07f7068cdce1ad04fdbf20514050ea80aa445
parent86b7ae9495419b3b63480d03b9fb8e00b2b172ac (diff)
downloadfcgiwrap-3c2ff94a4fd134ff6457ad8ad41385d565a94bbc.tar.xz
fcgiwrap-3c2ff94a4fd134ff6457ad8ad41385d565a94bbc.zip
[GH-2] Advance configure.ac version to 1.0.3
-rw-r--r--configure.ac2
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"