Changeset 24dc9ce


Ignore:
Timestamp:
Dec 25, 2003, 11:40:29 AM (20 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:
bf73bdd
Parents:
dd0edbf
Message:
Updated version number and collapsed change log for release
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r81634b6 r24dc9ce  
    11$Id$
    22
    3 2.1.1-pre-3
     32.1.1
    44        Filters of filters now work.
    55        Removed the "possibly not readable" part of the config parsing
     
    1515          since the field does not exist on OSX
    1616        Added an ifndef for socklen_t in libfaim/ft.c
    17        
    18 2.1.1-pre-2
    1917        Added the 'aim search' command.  The popup on callback may be
    2018          dangerous, should switch to an admin msg for results, or add a
     
    3735        If the config exists but is not readable, print an error before
    3836          exiting
    39        
    40 2.1.1-pre-1
    4137        Only print forced AIM logout message once.
    4238        Don't bind F1 to help in edit context
  • owl.h

    r40458b9 r24dc9ce  
    2020static const char owl_h_fileIdent[] = "$Id$";
    2121
    22 #define OWL_VERSION         2.1.1-pre-3
    23 #define OWL_VERSION_STRING "2.1.1-pre-3"
     22#define OWL_VERSION         2.1.1
     23#define OWL_VERSION_STRING "2.1.1"
    2424
    2525/* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset for help on using the changeset viewer.