rondogency commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r387893988
########## File path: include/mxnet/lib_api.h ########## @@ -39,7 +39,8 @@ #include <utility> #include <stdexcept> -#define MX_LIBRARY_VERSION 3 +/* Make sure to update the version number everytime you make changes */ +#define MX_LIBRARY_VERSION 4 Review comment: I know that's why I put that note and will resolve conflict when merging ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
