The R Project SVN R

Rev

Rev 58809 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 58809 Rev 60972
Line 38... Line 38...
38
  echo "#define R_MINOR  \"${min}\""
38
  echo "#define R_MINOR  \"${min}\""
39
  echo "#define R_STATUS \"${rev}\""
39
  echo "#define R_STATUS \"${rev}\""
40
  echo "#define R_YEAR   \"${y}\""
40
  echo "#define R_YEAR   \"${y}\""
41
  echo "#define R_MONTH  \"${m}\""
41
  echo "#define R_MONTH  \"${m}\""
42
  echo "#define R_DAY    \"${d}\""
42
  echo "#define R_DAY    \"${d}\""
43
  echo "#define R_SVN_REVISION \"${svn_rev}\""
43
  echo "#define R_SVN_REVISION ${svn_rev}"
44
## Using 1-digit year stops problems with leading zeros
44
## Using 1-digit year stops problems with leading zeros
45
#  echo "#define R_FILEVERSION    ${maj},${pl}${sl},${y1}${m}${d},0"
45
#  echo "#define R_FILEVERSION    ${maj},${pl}${sl},${y1}${m}${d},0"
46
  echo "#define R_FILEVERSION    ${maj},${pl}${sl},${svn_rev},0"
46
  echo "#define R_FILEVERSION    ${maj},${pl}${sl},${svn_rev},0"
47
  echo
47
  echo
48
  echo '#ifdef __cplusplus'
48
  echo '#ifdef __cplusplus'
49
  echo '}'
49
  echo '}'
50
  echo '#endif'
50
  echo '#endif'
51
  echo
51
  echo
52
  echo "#endif /* not R_VERSION_H */")
52
  echo "#endif /* not R_VERSION_H */")
53
    
53