diff options
author | Jason Fesler <jfesler@gigo.com> | 2014-04-04 22:18:06 -0700 |
---|---|---|
committer | Jason Fesler <jfesler@gigo.com> | 2014-04-04 22:18:06 -0700 |
commit | 866594b2f7d105d65c5a8f59b39aa2a218349d8c (patch) | |
tree | f99355f0191f32a5a27002f9b63cdb10df02edd2 /configure.ac | |
parent | cb465c6f511d63b5445a640735295de967126e2c (diff) | |
download | mod_ip-866594b2f7d105d65c5a8f59b39aa2a218349d8c.tar.gz mod_ip-866594b2f7d105d65c5a8f59b39aa2a218349d8c.zip |
Set version to 1.0
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 726a7d0..0a83bb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Falling Sky mod_ip], [0.1182], [http://code.google.com/p/falling-sky/issues/list], [mod_ip], [http://code.google.com/p/falling-sky]) +AC_INIT([Falling Sky mod_ip], [1.0], [http://code.google.com/p/falling-sky/issues/list], [mod_ip], [http://code.google.com/p/falling-sky]) AC_HEADER_RESOLV AC_CHECK_HEADERS([arpa/inet.h arpa/nameser.h netinet/in.h stdlib.h string.h sys/socket.h]) AC_CHECK_FUNCS([memset strchr]) |