diff --git a/CMakeLists.txt b/CMakeLists.txt index d032ed2..00d98b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ INCLUDE(AddTargetProperties) PROJECT(scgi-cgi C) -SET(PACKAGE_VERSION 0.1.0) +SET(PACKAGE_VERSION 0.1.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) diff --git a/configure.ac b/configure.ac index f089d42..eb1d7c6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([scgi-cgi], [0.1.0], [lighttpd@stbuehler.de]) +AC_INIT([scgi-cgi], [0.1.1], [lighttpd@stbuehler.de]) AC_CONFIG_SRCDIR([scgi-cgi.c]) AC_CONFIG_HEADERS([config.h])