Changeset 39c036d
- Timestamp:
- Oct 26, 2006, 10:08:54 PM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- dd16bdd
- Parents:
- 4c46dfd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
rbc220b2 r39c036d 352 352 strcat(startupmsg, buff); 353 353 strcat(startupmsg, " \n"); 354 strcat(startupmsg, " If you would like to receive release announcements about Owl you can\n");355 strcat(startupmsg, " join the owl-users mailing list at http://www.ktools.org/\n");354 strcat(startupmsg, "This is an UNOFFICIAL DEVELOPMENT BUILD of owl. If you are using this \n"); 355 strcat(startupmsg, "build regularly, please add yourself to dirty-owl-hackers@mit.edu \n"); 356 356 strcat(startupmsg, " ^ ^ \n"); 357 strcat(startupmsg, " 358 strcat(startupmsg, " Please report any bugs or suggestions to bug-owl@ktools.org( ) \n");357 strcat(startupmsg, "Any bugs should be reported to dirty-owl-hackers@mit.edu OvO \n"); 358 strcat(startupmsg, "Do not seek help with this build from bug-owl or ktools. ( ) \n"); 359 359 strcat(startupmsg, "-----------------------------------------------------------------m-m---\n"); 360 360 owl_function_adminmsg("", startupmsg); -
owl.h
r6922edd r39c036d 70 70 71 71 #define OWL_VERSION 2.1.11 72 #define OWL_VERSION_STRING "2.1.11 "72 #define OWL_VERSION_STRING "2.1.11-doh" 73 73 74 74 /* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset
for help on using the changeset viewer.