diff --git a/CMakeLists.txt b/CMakeLists.txt
index 918b217ae..02c2d96ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ include (CheckStructHasMember)
set (HAVE_CMAKE true)
project (task)
-set (PROJECT_VERSION "2.4.0.beta1")
+set (PROJECT_VERSION "2.4.0.beta2")
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set (LINUX true)
@@ -171,7 +171,7 @@ set (CPACK_SOURCE_GENERATOR "TGZ")
set (CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE_NAME}-${PACKAGE_VERSION})
set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSourceConfig"
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
- "test" "package-config" "misc/*" "src/task$" "src/libtask.a"
- "src/columns/libcolumns.a" "src/commands/libcommands.a"
+ "test" "package-config" "misc/*" "src/task$" "src/calc$" "performance"
+ "src/libtask.a" "src/columns/libcolumns.a" "src/commands/libcommands.a"
"/\\.gitignore" "/\\.git/" "swp$")
include (CPack)
diff --git a/doc/man/task-color.5.in b/doc/man/task-color.5.in
index d6c49d7f3..240e526cd 100644
--- a/doc/man/task-color.5.in
+++ b/doc/man/task-color.5.in
@@ -1,4 +1,4 @@
-.TH task-color 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
+.TH task-color 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.SH NAME
task-color \- A color tutorial for the taskwarrior command line todo manager.
diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in
index 382c9d267..3f342ed06 100644
--- a/doc/man/task-sync.5.in
+++ b/doc/man/task-sync.5.in
@@ -1,4 +1,4 @@
-.TH task-sync 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
+.TH task-sync 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.SH NAME
task-sync \- A discussion and tutorial for the various task(1) data
diff --git a/doc/man/task.1.in b/doc/man/task.1.in
index f7f841181..a5249da32 100644
--- a/doc/man/task.1.in
+++ b/doc/man/task.1.in
@@ -1,4 +1,4 @@
-.TH task 1 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
+.TH task 1 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.SH NAME
task \- A command line todo manager.
diff --git a/doc/man/taskrc.5.in b/doc/man/taskrc.5.in
index b5f192d0c..846b4655c 100644
--- a/doc/man/taskrc.5.in
+++ b/doc/man/taskrc.5.in
@@ -1,4 +1,4 @@
-.TH taskrc 5 2014-01-15 "${PACKAGE_STRING}" "User Manuals"
+.TH taskrc 5 2014-10-11 "${PACKAGE_STRING}" "User Manuals"
.SH NAME
taskrc \- Configuration file for the task(1) command
diff --git a/doc/ref/task-ref.pages/Index.zip b/doc/ref/task-ref.pages/Index.zip
index 889f05e6b..862447d17 100644
Binary files a/doc/ref/task-ref.pages/Index.zip and b/doc/ref/task-ref.pages/Index.zip differ
diff --git a/doc/ref/task-ref.pages/Metadata/BuildVersionHistory.plist b/doc/ref/task-ref.pages/Metadata/BuildVersionHistory.plist
index 5207e97ae..6b3b375cc 100644
--- a/doc/ref/task-ref.pages/Metadata/BuildVersionHistory.plist
+++ b/doc/ref/task-ref.pages/Metadata/BuildVersionHistory.plist
@@ -5,5 +5,6 @@
Template: BlankLandscape (2013-12-16 11:35)
M5.1-1769-1
M5.2-1860-1
+ M5.2.2-1877-1
diff --git a/doc/ref/task-ref.pages/Metadata/Properties.plist b/doc/ref/task-ref.pages/Metadata/Properties.plist
index ee866681d..494f75fac 100644
Binary files a/doc/ref/task-ref.pages/Metadata/Properties.plist and b/doc/ref/task-ref.pages/Metadata/Properties.plist differ
diff --git a/doc/ref/task-ref.pages/preview-micro.jpg b/doc/ref/task-ref.pages/preview-micro.jpg
index c3d119a26..79b5317fe 100644
Binary files a/doc/ref/task-ref.pages/preview-micro.jpg and b/doc/ref/task-ref.pages/preview-micro.jpg differ
diff --git a/doc/ref/task-ref.pages/preview-web.jpg b/doc/ref/task-ref.pages/preview-web.jpg
index 13a9b84f9..eb47b948e 100644
Binary files a/doc/ref/task-ref.pages/preview-web.jpg and b/doc/ref/task-ref.pages/preview-web.jpg differ
diff --git a/doc/ref/task-ref.pages/preview.jpg b/doc/ref/task-ref.pages/preview.jpg
index 2f5f87950..5d3ba38ee 100644
Binary files a/doc/ref/task-ref.pages/preview.jpg and b/doc/ref/task-ref.pages/preview.jpg differ
diff --git a/doc/ref/task-ref.pdf b/doc/ref/task-ref.pdf
index eadd24ab7..445d671cb 100644
Binary files a/doc/ref/task-ref.pdf and b/doc/ref/task-ref.pdf differ