From 5111a527b9b38b343c11c53a9ca544e045aac702 Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Fri, 9 May 2014 19:36:10 +0100 Subject: [PATCH] This will be Cappuccino 0.9.7-1. --- 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 9ffc4f361..5cd23fc26 100644 --- a/Tools/Documentation/Cappuccino.doxygen +++ b/Tools/Documentation/Cappuccino.doxygen @@ -31,7 +31,7 @@ PROJECT_NAME = " API" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.7 +PROJECT_NUMBER = 0.9.7-1 PROJECT_LOGO = ./Tools/Documentation/logo.png diff --git a/bootstrap.sh b/bootstrap.sh index 2df86a695..d86e68b9f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -167,7 +167,7 @@ install_directory="" tmp_zip="/tmp/cappuccino.zip" github_user="cappuccino" -github_ref="v0.9.7" +github_ref="v0.9.7-1" noprompt="" install_capp="" diff --git a/version.json b/version.json index fdc6b2a1e..f0c6f3ceb 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.9.7" + "version": "0.9.7-1" } \ No newline at end of file