home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
x
/
volume13
/
xcal
/
part02
/
version.c
next >
Wrap
C/C++ Source or Header
|
1991-05-12
|
852b
|
44 lines
#ifndef lint
static char *sccsid = "@(#)version.c 3.3 (Hillside Systems) 3/22/91";
#endif /* lint */
/*
* Version control file
* version.c 3.3 3/22/91
* Automatically created on Fri Mar 22 23:48:16 GMT 1991
*
* Hand edit none of this if you want freeze to continue to work
*/
#ifdef VER_PROG
#define PROGNAME XCal
#endif
#ifdef VER_VEC
char version[] = "XCal Version 3.3, released Fri Mar 22 23:48:16 GMT 1991";
#endif
#ifdef VER_DEF
#define VERSION "XCal Version 3.3, released Fri Mar 22 23:48:16 GMT 1991"
#endif
/* SCCS files
*
+1.9 Imakefile
+3.6 xcal_help.c
+1.6 xcal_cal.c
+1.17 xcal.man
+1.11 xcal_memo.c
+1.13 XCal.ad
+1.13 xcal_alarm.c
+3.15 xcal_edit.c
+1.6 README
+2.2 patchlevel.h
+3.10 xcal_strip.c
+1.2 xcal_cal.man
+1.10 Makefile
+3.5 xcal_popup.c
+3.22 xcal.c
+3.14 xcal.h
+2.12 CHANGES
+1.2 mouse.bm
+1.2 mouseaway.bm
*
*/