Ignore:
Timestamp:
Mar 18, 2011, 2:28:54 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

xsystray: Moved instant API documentation from .c to xsystray.h and bumped the version number to 0.1.1 due to r836.

Location:
trunk/src/3rdparty/os2/xsystray/plugin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.c

    r836 r837  
    66 *      Implementation.
    77 *
    8  *      Copyright (C) 2009 Dmitry A. Kuminov
     8 *      Copyright (C) 2009-2011 Dmitriy Kuminov
    99 *
    1010 *      This file is part of the Extended system tray widget source package.
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.def

    r835 r837  
    55
    66LIBRARY XSYSTRAY INITGLOBAL TERMGLOBAL
    7 Description '@#netlabs.org:0.1.0#@ Extended system tray widget DLL for XCenter'
     7Description '@#netlabs.org:0.1.1#@ Extended system tray widget DLL for XCenter'
    88PROTMODE
    99
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.h

    r835 r837  
    66 *      Private declarations.
    77 *
    8  *      Copyright (C) 2009 Dmitry A. Kuminov
     8 *      Copyright (C) 2009-2011 Dmitriy Kuminov
    99 *
    1010 *      This file is part of the Extended system tray widget source package.
     
    2828#define XSYSTRAY_VERSION_MAJOR 0
    2929#define XSYSTRAY_VERSION_MINOR 1
    30 #define XSYSTRAY_VERSION_REVISION 0
     30#define XSYSTRAY_VERSION_REVISION 1
    3131
    3232#define WNDCLASS_WIDGET_XSYSTRAY_SERVER "XWPCenterExtendedSysTrayServer"
Note: See TracChangeset for help on using the changeset viewer.