summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--libproxy/CMakeLists.txt2
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 <NEXT>
+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)