ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/base/jsoc_version.h
(Generate patch)

Comparing base/jsoc_version.h (file contents):
Revision 1.130 by arta, Sat Feb 13 19:16:51 2021 UTC vs.
Revision 1.156 by arta, Sun Feb 21 19:35:17 2021 UTC

# Line 13 | Line 13
13  
14   #define JSOC_VERSION_INCL 1
15  
16 < #define jsoc_version "V9R41X"
17 < #define jsoc_vers_num (-941)
16 > #define jsoc_version "V9R41"
17 > #define jsoc_vers_num (941)
18  
19  
20   static inline const char *jsoc_getversion(char *verstr, int size, int *isdev)
# Line 57 | Line 57 | static inline const char *jsoc_getversio
57      return jsoc_version;
58   }
59  
60 static inline const char *jsoc_get_make_root(void)
61 {
62    return DRMS_MAKE_ROOT_DIRECTORY;
63 }
64
60   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines