diff --git a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook
index 9604340..80b4e05 100644
--- a/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook
+++ b/Documentation/Models/Docbook/Tcar-ug/Scripts/Bash/intro.docbook
@@ -3,13 +3,17 @@
Introduction
- This chapter describes the centos-art.sh
- script, including its execution environment, variables and
- functions. The centos-art.sh script is
- written in Bash and its main goal is to automate frequent
- tasks inside &TCAR;. The centos-art.sh
- script is organized by independent functions which try to
- follow the paradigm of doing just one thing and do it well.
+ The centos-art.sh script is written in Bash
+ and its main goal is to automate frequent tasks inside &TCAR;.
+ The centos-art.sh script is organized by
+ independent functions which try to follow the paradigm of
+ doing just one thing and do it well.
+
+
+
+ This chapter describes the version 0.0.4 of
+ centos-art.sh script, including its
+ execution environment, variables and functions.