aboutsummaryrefslogtreecommitdiff
path: root/include/armnnTfParser/Version.hpp
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-02-11 17:39:47 +0000
committerKeithARM <keith.davis@arm.com>2021-02-15 15:55:14 +0000
commit3390e252e8978ade2113a6de86ffdce18b16a187 (patch)
treed54215a6571472bee8bb4ef705c7b2b84795f901 /include/armnnTfParser/Version.hpp
parent33199c25e5af1553e474a6f6eede07e888cd45ee (diff)
downloadarmnn-3390e252e8978ade2113a6de86ffdce18b16a187.tar.gz
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
Diffstat (limited to 'include/armnnTfParser/Version.hpp')
-rw-r--r--include/armnnTfParser/Version.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/armnnTfParser/Version.hpp b/include/armnnTfParser/Version.hpp
index 44c4a25cda..6f6aac9b38 100644
--- a/include/armnnTfParser/Version.hpp
+++ b/include/armnnTfParser/Version.hpp
@@ -13,7 +13,7 @@ namespace armnnTfParser
#define STRINGIFY_MACRO(s) #s
// tfParser version components
-#define TF_PARSER_MAJOR_VERSION 23
+#define TF_PARSER_MAJOR_VERSION 24
#define TF_PARSER_MINOR_VERSION 0
#define TF_PARSER_PATCH_VERSION 0