IVGCVSW-5694 Update Major, Minor release versions

   * Update Arm NN version in Version.hpp and all guides
   * Change Project Version in Doxyfile

Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Change-Id: I05ab20a1ae5d0376a641df68a5877f97e7609052
diff --git a/include/armnnTfLiteParser/Version.hpp b/include/armnnTfLiteParser/Version.hpp
index 6c443d1..7d239bb 100644
--- a/include/armnnTfLiteParser/Version.hpp
+++ b/include/armnnTfLiteParser/Version.hpp
@@ -13,7 +13,7 @@
 #define STRINGIFY_MACRO(s) #s
 
 // TfLiteParser version components
-#define TFLITE_PARSER_MAJOR_VERSION 23
+#define TFLITE_PARSER_MAJOR_VERSION 24
 #define TFLITE_PARSER_MINOR_VERSION 0
 #define TFLITE_PARSER_PATCH_VERSION 0