Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
updating MXNet version to 1.6.0 in base.h for C APIs (#16905)
Browse files Browse the repository at this point in the history
  • Loading branch information
access2rohit authored and zachgk committed Dec 6, 2019
1 parent 9c94fdb commit fcc42de
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 fcc42de

Please sign in to comment.