diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-02-06 23:06:24 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-02-06 23:06:24 +0800 |
commit | 171a04434585c6df6f6b5db2e4c7d50f77bfc9f7 (patch) | |
tree | 8bc4ab35ae84bab9b2660be5b59fffb1665484f5 | |
parent | e2f7d84a6458f452409df462159daab7b1ca64f2 (diff) | |
download | sp2013-171a04434585c6df6f6b5db2e4c7d50f77bfc9f7.tar.gz sp2013-171a04434585c6df6f6b5db2e4c7d50f77bfc9f7.tar.zst sp2013-171a04434585c6df6f6b5db2e4c7d50f77bfc9f7.zip |
HW4+: HW4 後續計畫
-rw-r--r-- | hw4/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw4/configure.ac b/hw4/configure.ac index 8a2dc0b..6293506 100644 --- a/hw4/configure.ac +++ b/hw4/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69.56]) -AC_INIT([cgish-httpd], [1]) +AC_INIT([cgish-httpd], [1.90]) AC_CONFIG_SRCDIR([chttpd/chttpd-server.c]) AC_CONFIG_HEADERS([config.h]) |