The R Project SVN R

Rev

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

Rev 18176 Rev 23650
Line 22... Line 22...
22
  echo "#define R_MINOR  \"${min}\""
22
  echo "#define R_MINOR  \"${min}\""
23
  echo "#define R_STATUS \"${rev}\""
23
  echo "#define R_STATUS \"${rev}\""
24
  echo "#define R_YEAR   \"${y}\""
24
  echo "#define R_YEAR   \"${y}\""
25
  echo "#define R_MONTH  \"${m}\""
25
  echo "#define R_MONTH  \"${m}\""
26
  echo "#define R_DAY    \"${d}\""
26
  echo "#define R_DAY    \"${d}\""
27
## 2 here is for 2002: stops problems with leading zeros
27
## 3 here is for 2003: stops problems with leading zeros
28
  echo "#define R_FILEVERSION    ${maj},${pl}${sl},2${m}${d},0"
28
  echo "#define R_FILEVERSION    ${maj},${pl}${sl},3${m}${d},0"
29
  echo "#endif /* not R_VERSION_H */")
29
  echo "#endif /* not R_VERSION_H */")
30
    
30