adding version number.

This commit is contained in:
Srinivasan Narayanamoorthy 2020-05-11 10:18:23 -07:00
parent d0b0e9c204
commit eb75c470f9

View File

@ -42,7 +42,7 @@ template_rule(
out = "include/dnnl_version.h",
substitutions = {
"@DNNL_VERSION_MAJOR@": "1",
"@DNNL_VERSION_MINOR@": "2",
"@DNNL_VERSION_MINOR@": "4",
"@DNNL_VERSION_PATCH@": "0",
"@DNNL_VERSION_HASH@": "N/A",
},