home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / include / bldlevel.h next >
Text File  |  2002-07-05  |  1KB  |  28 lines

  1.  
  2. /*
  3.  * bldlevel.h:
  4.  *      common BUILDLEVEL header for ..\Tools\BuildLevel.cmd.
  5.  *
  6.  *      NOTE: to change the version no. for XWorkplace,
  7.  *            XFOLDER_VERSION in dlgids.h also needs to
  8.  *            be changed.
  9.  *
  10.  *      Copyright (C) 1999-2002 Ulrich Möller.
  11.  *      This program is free software; you can redistribute it and/or modify
  12.  *      it under the terms of the GNU General Public License as published by
  13.  *      the Free Software Foundation, in version 2 as it comes in the COPYING
  14.  *      file of the XWorkplace main distribution.
  15.  *      This program is distributed in the hope that it will be useful,
  16.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.  *      GNU General Public License for more details.
  19.  */
  20.  
  21. #define BLDLEVEL_VENDOR         "Ulrich Möller"
  22. #define BLDLEVEL_VERSION        "0.9.20"
  23. #define BLDLEVEL_INFO           "to be overridden"
  24.  
  25. #define CONTACT_ADDRESS_USER    "xworkplace-user@yahoogroups.com"
  26. #define CONTACT_ADDRESS_DEVEL   "xworkplace-dev@yahoogroups.com"
  27.  
  28.