Changeset 39c036d


Ignore:
Timestamp:
Oct 26, 2006, 10:08:54 PM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
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
Message:
Changing the version number and startup message to include a
disclaimer (mostly so I can remember which build I'm using :))
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rbc220b2 r39c036d  
    352352  strcat(startupmsg, buff);
    353353  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");
    356356  strcat(startupmsg, "                                                                 ^ ^   \n");
    357   strcat(startupmsg, "                                                                 OvO   \n");
    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");
    359359  strcat(startupmsg, "-----------------------------------------------------------------m-m---\n");
    360360  owl_function_adminmsg("", startupmsg);
  • owl.h

    r6922edd r39c036d  
    7070
    7171#define OWL_VERSION         2.1.11
    72 #define OWL_VERSION_STRING "2.1.11"
     72#define OWL_VERSION_STRING "2.1.11-doh"
    7373
    7474/* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset for help on using the changeset viewer.