diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2013-02-03 14:10:11 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2013-02-03 14:10:11 +0100 |
| commit | 3882b705947d622c7fea01db0e1bccb5715067b4 (patch) | |
| tree | de33e7fa549d6ff1336c70bf79e48e82e93bba5d /configure.ac | |
| parent | cb1078b0e08a9da29c4389819e2371771cf8a0a5 (diff) | |
Bump version number
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 b37ffd1..bb3674e 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.3], [root@localdomain.pl]) +AC_INIT([fcgiwrap], [1.1.0], [root@localdomain.pl]) AM_CFLAGS="-std=gnu99 -Wall -Wextra -Werror -pedantic" if test x"$CFLAGS" = x""; then AM_CFLAGS="$AM_CFLAGS -O2 -g3" |
