diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2010-08-23 13:56:18 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2010-08-23 13:56:18 +0200 |
| commit | 1a2b5b27772d3403c25ae3c434f73f03267df1b1 (patch) | |
| tree | b3c07f7068cdce1ad04fdbf20514050ea80aa445 | |
| parent | f4379ae63c396234239731b9e6c6665c9b1e9b29 (diff) | |
[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" |
