diff --git a/README.markdown b/README.markdown
index eb1a3ef25..359d72593 100644
--- a/README.markdown
+++ b/README.markdown
@@ -38,7 +38,7 @@ Getting Started
---------------
To get started, download and install the current release version of Cappuccino:
- $ curl https://raw.githubusercontent.com/cappuccino/cappuccino/v0.9.9/bootstrap.sh >/tmp/cappuccino_bootstrap.sh && bash /tmp/cappuccino_bootstrap.sh
+ $ curl https://raw.githubusercontent.com/cappuccino/cappuccino/v0.9.10/bootstrap.sh >/tmp/cappuccino_bootstrap.sh && bash /tmp/cappuccino_bootstrap.sh
If you'd just like to get started using Cappuccino for your web apps, you are done.
diff --git a/Tools/Documentation/Cappuccino.doxygen b/Tools/Documentation/Cappuccino.doxygen
index f0fa1467d..176dac670 100644
--- a/Tools/Documentation/Cappuccino.doxygen
+++ b/Tools/Documentation/Cappuccino.doxygen
@@ -38,7 +38,7 @@ PROJECT_NAME = " API"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.9.9
+PROJECT_NUMBER = 0.9.10
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/Tools/XcodeCapp/XcodeCapp/Info.plist b/Tools/XcodeCapp/XcodeCapp/Info.plist
index a9a45f0cc..49d970dab 100644
--- a/Tools/XcodeCapp/XcodeCapp/Info.plist
+++ b/Tools/XcodeCapp/XcodeCapp/Info.plist
@@ -46,7 +46,7 @@
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
- Copyright © 2012-2016 Cappuccino Project. All rights reserved.
+ Copyright © 2012-2017 Cappuccino Project. All rights reserved.
NSMainNibFile
MainMenu
NSPrincipalClass
@@ -56,6 +56,6 @@
XCCLastCappuccinoMasterBranchURL
https://github.com/cappuccino/cappuccino/archive/master.zip
XCCLastCappuccinoReleaseURL
- https://github.com/cappuccino/cappuccino/archive/0.9.9.zip
+ https://github.com/cappuccino/cappuccino/archive/0.9.10.zip
diff --git a/bootstrap.sh b/bootstrap.sh
index 6ae52fa45..155ade7af 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -169,7 +169,7 @@ tmp_zip="/tmp/cappuccino.zip"
local_distrib=""
github_user="cappuccino"
-github_ref="v0.9.9"
+github_ref="v0.9.10"
noprompt=""
install_capp=""
diff --git a/version.json b/version.json
index 29370fa6e..8288c78a1 100644
--- a/version.json
+++ b/version.json
@@ -1,3 +1,3 @@
{
- "version": "0.9.9"
+ "version": "0.9.10"
}
\ No newline at end of file