Release as 0.2.2
This commit is contained in:
parent
c699a147a1
commit
42b7646e96
@ -11,7 +11,7 @@ INCLUDE(AddTargetProperties)
|
|||||||
|
|
||||||
|
|
||||||
PROJECT(fcgi-cgi C)
|
PROJECT(fcgi-cgi C)
|
||||||
SET(PACKAGE_VERSION 0.2.1)
|
SET(PACKAGE_VERSION 0.2.2)
|
||||||
|
|
||||||
IF("${CMAKE_BUILD_TYPE}" STREQUAL "")
|
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)
|
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)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([fcgi-cgi], [0.2.1], [lighttpd@stbuehler.de])
|
AC_INIT([fcgi-cgi], [0.2.2], [lighttpd@stbuehler.de])
|
||||||
AC_CONFIG_SRCDIR([fcgi-cgi.c])
|
AC_CONFIG_SRCDIR([fcgi-cgi.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user