Changeset 6873455


Ignore:
Timestamp:
Jul 5, 2003, 12:41:04 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
675ce49
Parents:
a352335c
Message:
Improved intro doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    ra352335c r6873455  
    11$Id$
     2
     32.0.8-pre-1
     4        Improved intro doc
    25
    362.0.7
  • commands.c

    ra352335c r6873455  
    998998  }
    999999
    1000   /* we'll be pedantic here, just in case this command gets another name
    1001    *  (or is aliased) start after the first space on the line
    1002    */
    10031000  ptr=strchr(buff, ' ');
    10041001  if (!ptr) {
     
    10221019  }
    10231020
    1024   /* we'll be pedantic here, just in case this command gets another name
    1025    *  (or is aliased) start after the first space on the line
    1026    */
    10271021  ptr=strchr(buff, ' ');
    10281022  if (!ptr) {
  • owl.h

    ra352335c r6873455  
    2121static const char owl_h_fileIdent[] = "$Id$";
    2222
    23 #define OWL_VERSION         2.0.7
    24 #define OWL_VERSION_STRING "2.0.7"
     23#define OWL_VERSION         2.0.8-pre-1
     24#define OWL_VERSION_STRING "2.0.8-pre-1"
    2525
    2626#define OWL_DEBUG 0
Note: See TracChangeset for help on using the changeset viewer.