This is an automated email from the ASF dual-hosted git repository.

lanking pushed a commit to branch v1.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.6.x by this push:
     new 121739a  updating MXNet version to 1.6.0 in base.h for C APIs (#16906)
121739a is described below

commit 121739a1656d42970c747956f995b52f9f6d31c2
Author: Rohit Kumar Srivastava <srivastava....@osu.edu>
AuthorDate: Tue Nov 26 13:04:00 2019 -0800

    updating MXNet version to 1.6.0 in base.h for C APIs (#16906)
---
 include/mxnet/base.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/mxnet/base.h b/include/mxnet/base.h
index 02dd204..90b36ab 100644
--- a/include/mxnet/base.h
+++ b/include/mxnet/base.h
@@ -73,7 +73,7 @@
 /*! \brief major version */
 #define MXNET_MAJOR 1
 /*! \brief minor version */
-#define MXNET_MINOR 5
+#define MXNET_MINOR 6
 /*! \brief patch version */
 #define MXNET_PATCH 0
 /*! \brief mxnet version */

Reply via email to