This website works better with JavaScript.
Home
Help
Sign In
debpkg
/
fcgi-cgi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
17
Wiki
Activity
Browse Source
Release as 0.2.1
master
fcgi-cgi-0.2.1
Stefan Bühler
8 years ago
parent
b2d707796e
commit
f214917c92
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CMakeLists.txt
+1
-1
configure.ac
+ 1
- 1
CMakeLists.txt
View File
@ -22,7 +22,7 @@ MACRO(ADD_TARGET_PROPERTIES _target _name _properties)
ENDMACRO
(
ADD_TARGET_PROPERTIES
)
PROJECT
(
fcgi-cgi
C
)
SET
(
PACKAGE_VERSION
0.2.
0
)
SET
(
PACKAGE_VERSION
0.2.
1
)
IF
(
"${CMAKE_BUILD_TYPE}"
STREQUAL
""
)
SET
(
CMAKE_BUILD_TYPE
RelWithDebInfo
CACHE
STRING
"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel."
FORCE
)
ENDIF
(
"${CMAKE_BUILD_TYPE}"
STREQUAL
""
)
+ 1
- 1
configure.ac
View File
@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
AC_INIT([fcgi-cgi], [0.2.
0
], [lighttpd@stbuehler.de])
AC_INIT([fcgi-cgi], [0.2.
1
], [lighttpd@stbuehler.de])
AC_CONFIG_SRCDIR([fcgi-cgi.c])
AC_CONFIG_HEADERS([config.h])
Write
Preview
Loading…
Cancel
Save