You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/03/04 19:37:35 UTC

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support
URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r387889850
 
 

 ##########
 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:
   Just heads up, #17569 and #17623 are all racing to see who can change from 3 to 4 first. The other two will need to change from 4 to 5 afterwards...

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services