From 7da2a5df24b54fd71d786e66da86d3003b92a73d Mon Sep 17 00:00:00 2001 From: "dominique.leuenberger@gmail.com" Date: Fri, 30 Nov 2012 22:32:13 +0000 Subject: Version 0.4.11 git-svn-id: http://libproxy.googlecode.com/svn/trunk@868 c587cffe-e639-0410-9787-d7902ae8ed56 --- NEWS | 3 ++- libproxy/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 79d3d8c..e9b177f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ -New in version +New in version 0.4.11 ============================== * Build fixes with cmake 2.8.10+ +* Quick release without built binaries / files (Address Bug #184) New in version 0.4.10 ============================== diff --git a/libproxy/CMakeLists.txt b/libproxy/CMakeLists.txt index 0a62a86..08daa44 100644 --- a/libproxy/CMakeLists.txt +++ b/libproxy/CMakeLists.txt @@ -1,6 +1,6 @@ ### Project info project(libproxy) -set_project_version(0 4 10) +set_project_version(0 4 11) ### Add a global compilation stuff if (WIN32) -- cgit v1.2.1