home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume13 / xcal / part02 / version.c next >
C/C++ Source or Header  |  1991-05-12  |  852b  |  44 lines

  1. #ifndef lint
  2. static char *sccsid = "@(#)version.c    3.3 (Hillside Systems) 3/22/91";
  3. #endif  /* lint */
  4. /*
  5.  *    Version control file
  6.  *    version.c    3.3    3/22/91
  7.  *    Automatically created on Fri Mar 22 23:48:16 GMT 1991
  8.  *    
  9.  *    Hand edit none of this if you want freeze to continue to work
  10.  */
  11. #ifdef    VER_PROG
  12. #define    PROGNAME    XCal
  13. #endif
  14. #ifdef    VER_VEC
  15. char    version[] = "XCal Version 3.3, released Fri Mar 22 23:48:16 GMT 1991";
  16. #endif
  17. #ifdef    VER_DEF
  18. #define    VERSION    "XCal Version 3.3, released Fri Mar 22 23:48:16 GMT 1991"
  19. #endif
  20.  
  21. /*    SCCS files
  22.  *
  23. +1.9    Imakefile
  24. +3.6    xcal_help.c
  25. +1.6    xcal_cal.c
  26. +1.17    xcal.man
  27. +1.11    xcal_memo.c
  28. +1.13    XCal.ad
  29. +1.13    xcal_alarm.c
  30. +3.15    xcal_edit.c
  31. +1.6    README
  32. +2.2    patchlevel.h
  33. +3.10    xcal_strip.c
  34. +1.2    xcal_cal.man
  35. +1.10    Makefile
  36. +3.5    xcal_popup.c
  37. +3.22    xcal.c
  38. +3.14    xcal.h
  39. +2.12    CHANGES
  40. +1.2    mouse.bm
  41. +1.2    mouseaway.bm
  42.  *
  43.  */
  44.