From 5ee9fbd20b0c501ea1e337f264fcee8bb5ef771c Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 31 Oct 2018 04:25:15 -0700 Subject: [PATCH] Unset as current release. --- .gitignore | 3 ++- scripts/config.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03fcdce2a..f81ee263c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ target # Generated databases -db.sql +db.sql* # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock @@ -19,6 +19,7 @@ Cargo.lock # The upload script, for now. scripts/upload-docs.sh +scripts/redirect.html # Backup files. *.bak diff --git a/scripts/config.sh b/scripts/config.sh index 379b0bdc0..43d3626c3 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -24,6 +24,8 @@ function relative() { } ROCKET_VERSION="0.3.17" +ROCKET_MAJOR_VERSION="0.3" +CURRENT_RELEASE=false ROOT_DIR=$(relative "") || exit $? EXAMPLES_DIR=$(relative "examples") || exit $?