From ae24eb4c563b0727e3cd1bf347e261c0e8dddcd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Thu, 3 Oct 2013 13:49:53 +0200 Subject: [PATCH 1/2] include cmake directory in dist --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9aba7bf..3d27fb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST=autogen.sh CMakeLists.txt config.h.cmake scgi-cgi.1 README.rst +EXTRA_DIST=autogen.sh CMakeLists.txt cmake config.h.cmake scgi-cgi.1 README.rst man1_MANS=scgi-cgi.1 AM_CFLAGS=$(LIBEVENT_CFLAGS) From 0d41910e8101f3bea0e911300bf6430a4ab691b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Thu, 3 Oct 2013 13:49:59 +0200 Subject: [PATCH 2/2] release 0.1.1 --- CMakeLists.txt | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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])