(file) Return to jsoc_version.h CVS log (file) (dir) Up to [Development] / JSOC / base

Diff for /JSOC/base/jsoc_version.h between version 1.97 and 1.132

version 1.97, 2015/02/19 15:13:24 version 1.132, 2021/02/16 17:43:46
Line 13 
Line 13 
  
 #define JSOC_VERSION_INCL 1 #define JSOC_VERSION_INCL 1
  
 #define jsoc_version "V8R7X"  #define jsoc_version "V9R41X"
 #define jsoc_vers_num (-807)  #define jsoc_vers_num (-941)
  
  
 static inline const char *jsoc_getversion(char *verstr, int size, int *isdev) static inline const char *jsoc_getversion(char *verstr, int size, int *isdev)
Line 57  static inline const char *jsoc_getversio
Line 57  static inline const char *jsoc_getversio
     return jsoc_version;     return jsoc_version;
 } }
  
 #endif  static inline const char *jsoc_get_make_root(void)
   {
       return DRMS_MAKE_ROOT_DIRECTORY;
   }
  
   #endif


Legend:
Removed from v.1.97  
changed lines
  Added in v.1.132

Karen Tian
Powered by
ViewCVS 0.9.4