diff options
author | Grzegorz Nosek <root@localdomain.pl> | 2013-02-03 14:10:11 +0100 |
---|---|---|
committer | Grzegorz Nosek <root@localdomain.pl> | 2013-02-03 14:14:09 +0100 |
commit | 194d7b519977659028754e809cb4263e8740587b (patch) | |
tree | de33e7fa549d6ff1336c70bf79e48e82e93bba5d | |
parent | 7b71ec00039a266ccebe6aa4254bb6f7be7090c7 (diff) | |
download | fcgiwrap-194d7b519977659028754e809cb4263e8740587b.tar.xz fcgiwrap-194d7b519977659028754e809cb4263e8740587b.zip |
Bump version number
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | fcgiwrap.c | 2 |
2 files changed, 2 insertions, 2 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" @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2009 Grzegorz Nosek + * Copyright (c) 2007-2013 Grzegorz Nosek * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation |