This website works better with JavaScript.
Home
Help
Register
Sign In
lighttpd
/
weighttp
Watch
2
Star
0
Fork
0
Code
Releases
6
Activity
Browse Source
v0.4
master
weighttp-0.4
Glenn Strauss
4 years ago
parent
925707722f
commit
f680becd0b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.ac
+1
-1
wscript
+ 1
- 1
configure.ac
View File
@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([weighttp],[0.
3
])
AC_INIT([weighttp],[0.
4
])
AC_CONFIG_SRCDIR([src/weighttp.c])
AC_CONFIG_HEADER([src/config.h])
+ 1
- 1
wscript
View File
@ -14,7 +14,7 @@
import Options
# the following two variables are used by the target "waf dist"
VERSION='0.
3
'
VERSION='0.
4
'
APPNAME='weighttp'
# these variables are mandatory ('/' are converted automatically)
Write
Preview
Loading…
Cancel
Save