Changeset 22fcd366
- Timestamp:
- Jun 5, 2003, 5:57:23 PM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- dafd919
- Parents:
- 378fa14
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
raac889a r22fcd366 244 244 /* welcome message */ 245 245 strcpy(startupmsg, "-------------------------------------------------------------------------\n"); 246 sprintf(buff, "Welcome to owl version %s. Press 'h' for on line help. \n", OWL_VERSION_STRING);246 sprintf(buff, "Welcome to Owl version %s. Press 'h' for on line help. \n", OWL_VERSION_STRING); 247 247 strcat(startupmsg, buff); 248 248 strcat(startupmsg, " \n"); -
owl.h
r378fa14 r22fcd366 14 14 static const char owl_h_fileIdent[] = "$Id$"; 15 15 16 #define OWL_VERSION 2.0.2 -pre-117 #define OWL_VERSION_STRING "2.0.2 -pre-1"16 #define OWL_VERSION 2.0.2 17 #define OWL_VERSION_STRING "2.0.2" 18 18 19 19 #define OWL_DEBUG 0
Note: See TracChangeset
for help on using the changeset viewer.