Changeset 1978
- Timestamp:
- 08/29/2007 12:49:56 AM (14 months ago)
- Location:
- branches/lighttpd-1.4.x
- Files:
-
- 3 modified
-
NEWS (modified) (1 diff)
-
SConstruct (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/NEWS
r1976 r1978 3 3 NEWS 4 4 ==== 5 6 - 1.4.17 - 7 5 8 6 9 - 1.4.17 - 2007-08-29 -
branches/lighttpd-1.4.x/SConstruct
r1371 r1978 6 6 7 7 package = 'lighttpd' 8 version = '1.4.1 3'8 version = '1.4.18' 9 9 10 10 def checkCHeaders(autoconf, hdrs): -
branches/lighttpd-1.4.x/configure.in
r1955 r1978 2 2 # Process this file with autoconf to produce a configure script. 3 3 AC_PREREQ(2.57) 4 AC_INIT(lighttpd, 1.4.1 7, jan@kneschke.de)4 AC_INIT(lighttpd, 1.4.18, jan@kneschke.de) 5 5 AC_CONFIG_SRCDIR([src/server.c]) 6 6

