From ecac17a00a1e39dae59435d2bcc3558be95a0025 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Tue, 29 Mar 2016 23:32:12 +0100 Subject: [PATCH] This will be Cappuccino 0.9.9. --- Tools/Documentation/Cappuccino.doxygen | 2 +- bootstrap.sh | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/Documentation/Cappuccino.doxygen b/Tools/Documentation/Cappuccino.doxygen index 2d57fcd49..f0fa1467d 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.8 +PROJECT_NUMBER = 0.9.9 # 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/bootstrap.sh b/bootstrap.sh index 97bda59e1..6ae52fa45 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.8" +github_ref="v0.9.9" noprompt="" install_capp="" diff --git a/version.json b/version.json index 719d33fc4..29370fa6e 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.9.8" + "version": "0.9.9" } \ No newline at end of file