Skip to content

Commit

Permalink
updating MXNet version to 1.6.0 in base.h for C APIs (apache#16905)
Browse files Browse the repository at this point in the history
  • Loading branch information
access2rohit authored and eric-haibin-lin committed Dec 14, 2019
1 parent 93ae612 commit 4f140b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mxnet/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4f140b0

Please sign in to comment.